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