reposToolsLibPaths {reposTools} | R Documentation |
The reposTools package needs to maintain state information about packages that are installed, and normally does this by writing to a file 'liblisting.rda' in each library directory. At times, a library directory is not writeable so reposTools stores this state in another directory. This function keeps track of those directories and will join them with the normal .libPaths.
reposToolsLibPaths(baseLib = .libPaths(), tmpLibPath = file.path(tempdir(), "tempLibs"))
baseLib |
The base set of library directories |
tmpLibPath |
The temporary directory used to maintain state |
A vector of library directories
Jeff Gentry
z <- reposToolsLibPaths()