Change R default library path using .libPaths in Rprofile.site fails to work

后端 未结 15 2668
青春惊慌失措
青春惊慌失措 2020-11-22 06:27

I am running R on Windows, not as an administrator. When I install a package, the following command doesn\'t work:

> install.packages(\"zoo\")
Installing          


        
15条回答
  •  死守一世寂寞
    2020-11-22 06:53

    https://superuser.com/questions/749283/change-rstudio-library-path-at-home-directory

    Edit ~/.Renviron

    R_LIBS_USER=/some/path
    

提交回复
热议问题