Learn R Programming

icesTAF (version 3.6.0)

clean.software: Clean TAF Software

Description

Selectively remove software from the local TAF software folder if not listed in SOFTWARE.bib.

Usage

clean.software(folder = "bootstrap/software", quiet = FALSE, force = FALSE)

Arguments

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 SOFTWARE.bib entries.

See Also

taf.bootstrap calls clean.software as part of the default bootstrap procedure.

download.github downloads a GitHub repository.

clean.library cleans the local TAF library.

clean.data cleans the bootstrap/data folder.

icesTAF-package gives an overview of the package.

Examples

Run this code
if (FALSE) {
clean.software()
}

Run the code above in your browser using DataLab