Add TAF library to the search path for R packages.
Usage
taf.libPaths(remove = FALSE)
Arguments
remove
whether to remove TAF library from the search path, instead of
adding it.
Value
The resulting vector of file paths.
Warning
An unwanted side effect of having the TAF library as the first element in the
search path is that install.packages will then install packages inside
bootstrap/library. This is not a serious side effect, since a
subsequent call to taf.bootstrap or clean.library will remove
packages from the TAF library that are not declared in the
SOFTWARE.bib file.
See Also
.libPaths is the underlying function to modify the search path
for R packages.
taf.library loads a package from bootstrap/library.