View source: R/clean.library.R
clean.library | R Documentation |
Selectively remove packages from the local TAF library if not listed in
SOFTWARE.bib
.
clean.library(folder = "boot/library", quiet = FALSE, force = FALSE)
folder |
location of local TAF library. |
quiet |
whether to suppress messages about removed packages. |
force |
whether to remove the local TAF library, regardless of how it
compares to |
No return value, called for side effects.
For each package, the cleaning procedure selects between three cases:
Installed package matches SOFTWARE.bib
- do nothing.
Installed package is not the version listed in SOFTWARE.bib
-
remove.
Installed package is not listed in SOFTWARE.bib
- remove.
The taf.boot
procedure cleans the TAF library, without requiring the
user to run clean.library
. The main reason for a TAF user to run
clean.library
directly is to experiment with installing and removing
different versions of software without modifying the SOFTWARE.bib
file.
taf.boot
calls clean.library
as part of the default boot
procedure.
taf.install
installs a package in the local TAF library.
clean.software
cleans the local TAF software folder.
clean.data
cleans the boot/data
folder.
TAF-package
gives an overview of the package.
## Not run:
clean.library()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.