Brian J. Knaus

Brian J. Knaus’s blog about genomics and biology.

A minimal Rcpp and Roxygen2 package

I maintain an R package or two. The R universe includes a lot of nice tools that perform ‘magic’ to help my job as a developer easier. Sometimes, this magic breaks, which leaves me at a loss. My best path forward involves creating a new, minimal, package and attempting to rebuild the package. Because of the stated dependencies, this minimal package requires: roxygen2 Rcpp This repository describes how I build this minimal package. Read more →