i updating bioclite ordinary user, inside r. want r update biooclite in personal library folder. permission error. doens't make sense since have read/write permissions here.
how can see r trying install librarys?
in install.packages there argument lib controls packages installed. default picks first element of .libpaths(), see ?install.packages:
lib
character vector giving library directories install packages. recycled needed. if missing, defaults first element of .libpaths().
Comments
Post a Comment