convert.locLib {reposTools} | R Documentation |
This function will convert a liblisting.Rda file from the format used
before reposTools 1.2.39 and transform it into the localPkg
list format used in current incarnations of reposTools.
convert.locLib(libs = .libPaths())
libs |
A vector of R library directories to convert |
This function will go through each of the specified R library directories. If it contains an old style liblisting.Rda file, it will read in the stored package information and convert it into the new format, and write this to the liblisting.Rda file.
None. There is a side effect in that the liblisting.Rda file will be updated.
Jeff Gentry
localPkg-class