Building up to something
12 Feb 2019
The other day I needed to build a conda package. If you’re not familiar, it’s a language-agnostic package manager with good support for Python and R. For packaging R packages, it’s got significant advantages over the built-in mechanisms: compiled code can be distributed, users can have multiple environments with different packages and different versions of R on the same machine without interfering.