How to change and remove default library location?

后端 未结 2 521
攒了一身酷
攒了一身酷 2020-12-14 04:34

I am running R on a networked computer where I don\'t have write access to most locations on the C drive. However, my IT department decided to load the entire CRAN repositor

2条回答
  •  天涯浪人
    2020-12-14 05:18

    Here be dragons.

    assign(".lib.loc", "\your\preferred\library", envir = environment(.libPaths))
    

提交回复
热议问题