我已经构建了一个Packrat项目,在Packrat私有库中安装了几个包。我想把代码和Packrat库一起带到另一个系统。Windows机器上的packrat版本为0.4.6-1.下面是我所做的操作的概述:在我运行的Windows机器上我将得到的包移到,packrat自动引导(由于位于.Rprofile中的行.Rprofile),并给出了以下输出
Packrat is not ins
我尝试使用一个R包,这个R包是使用R包'packrat‘安装的,它允许创建一个类似于python中的virtuanlenv的虚拟环境。但我没有成功。在使用R的控制台中,我可以成功运行以下代码:R # this launch a R console in the packrat environmentlibrary(mycustompackage)q()
我