Description Usage Arguments Details Author(s)
View source: R/loadRequiredPackages.R
myRequiredPackages
checks whether the package is already installed,
installing those which are not preinstalled. All the libraries are then load.
1 | loadRequiredPackages(..., repository = "https://cran.ma.imperial.ac.uk/")
|
... |
A list of packages |
repository |
The repository to load functions from. Defaults to "https://cran.ma.imperial.ac.uk/" |
Especially useful when running on virtual machines where package installation is not persistent (Like UoS sve). It will fail if the packages need to be installed but there is no internet access
Luke Blunden, lsb@soton.ac.uk (original)
Michael Harper m.harper@soton.ac.uk (revised version)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.