Description Usage Arguments Value
Download, extract and install a specific version of a package
1 | install_package_tmp(package, version, quiet = TRUE, source = NULL)
|
package |
Package name, character scalar. |
version |
Version number, character scalar. If |
quiet |
Whether to show the output of the download/install process. |
A path to a directory where the package is downloaded,
extracted and installed. Subdirectory src/<package>
contains the extracted source package, src
also contained
the tarball. Subdirectory lib
contains the library with
the installed package(s). The dependencies are also installed here.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.