Unable to update R packages in default library on Windows 7

前端 未结 11 1628
别那么骄傲
别那么骄傲 2020-11-27 04:41

I\'m trying to update packages on RGui (64-bit) using update.packages but I\'m getting the following message:

Warning in install.packages(update         


        
11条回答
  •  春和景丽
    2020-11-27 05:06

    try

    install.packages('package_name', lib='folder')
    

    you can specify a folder for installation of the libraries, for which you have writing permission.

    Hope this helps

提交回复
热议问题