Last chance! 50% off unlimited learning
Sale ends in
Install packages in tar.gz
format in local TAF library.
taf.install(targz = NULL, lib = "bootstrap/library", quiet = FALSE)
a package filename, vector of filenames, or NULL
.
location of local TAF library.
whether to suppress messages.
If targz = NULL
, all packages found in bootstrap/software
are
installed, as long as they have filenames of the form
package_sha.tar.gz
containing a 7-character SHA reference code.
The default behavior of taf.install
is to install packages in
alphabetical order. When the installation order matters because of
dependencies, the user can specify a vector of package filenames to install.
taf.bootstrap
calls download.github
and
taf.install
to download and install R packages, via
process.bib
.
clean.library
selectively removes packages from the local TAF
library.
install.packages
is the underlying base function to install a
package.
icesTAF-package
gives an overview of the package.
# NOT RUN {
# Install one package
taf.install("bootstrap/software/FLAssess_f1e5acb.tar.gz")
# Install all packages found in bootstrap/software
taf.install()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab