convert.locLib {reposTools}R Documentation

A function to convert old liblisting.Rda files

Description

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.

Usage

convert.locLib(libs = .libPaths())

Arguments

libs A vector of R library directories to convert

Details

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.

Value

None. There is a side effect in that the liblisting.Rda file will be updated.

Author(s)

Jeff Gentry

See Also

localPkg-class

Examples






[Package Contents]