我正在按照https://www.continuum.io/content/conda-data-science的说明构建一个 CRAN 可用的 R 包(例如 synthpop)。
conda skeleton cran synthpop
conda build r-synthpop
如何更改默认 conda 构建顺序以安装到不同的库位置,因为我无权安装到默认位置?
* installing to library ‘/path/to/default/lib’
Error: ERROR: no permission to install to directory ‘/path/to/default/lib’
另外,我正在从虚拟环境中运行 conda build。
在这里提出这个问题:https ://github.com/ContinuumIO/anaconda-issues/issues/1562