免责声明:我是R和opencpu的新手,请放心,因为在打包过程或使用opencpu时可能会出现初学者的错误。
我尝试了不同的过程在/home/opencpu/
或/usr/local/lib/opencpu/site-library
中安装软件包,但是在获取GET ../user/opencpu/library/
时看不到它们
/home/opencpu/src/mypkg
中用rstudio创建了包mypkg(文件>新项目>新目录> R包>添加一个虚拟源并创建)/home/opencpu
在R CMD INSTALL src/mypkg -l /home/opencpu
中安装了此软件包(我也尝试过使用安装在/usr/local/lib/opencpu/site-library
中的RStudio进行构建)/home/opencpu/mypkg
中列出包裹内容GET ../user/opencpu/library/
和GET ../user/opencpu/library/mypkg/
都返回R package library for user opencpu not found.
GET ../user/opencpu/
我已经检查了多个解决方案,但没有一个能解决我的问题:
/var/log/kern.log
。/usr/local/lib/opencpu/site-library
,但仍然看不到软件包。RStudio中安装的日志
==> R CMD INSTALL --no-multiarch --with-keep.source mypkg
* installing to library ‘/usr/local/lib/opencpu/site-library’
* installing *source* package ‘mypkg’ ...
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (mypkg)