creates a folder
.library
on the project path if it does not existcreates a
.gitignore
file inside.library
if it does not existadds
.library
to.libPaths()
sets
R_LIBS_USER
to.library
creates a folder .library
on the project path if it does not exist
creates a .gitignore
file inside .library
if it does not exist
adds .library
to .libPaths()
sets R_LIBS_USER
to .library