conan_dryrun | R Documentation |
Dry run of package installation.
conan_dryrun(
packages,
policy = "upgrade",
repos = NULL,
cran = NULL,
lib = NULL,
error = TRUE
)
packages |
A character vector of packages to install. These
can be names of CRAN packages or GitHub references etc; see
|
policy |
Should be either "lazy" or "upgrade", with a default of "upgrade" |
repos |
A character vector of repositories to use when
installing. A suitable CRAN repo will be added if not detected
(using the |
cran |
Fallback CRAN repo to use. If not given we will use
|
lib |
The path to install into. We will create a self-contained library at this address. |
error |
Logical, indicating if error should be thrown on
failure. If |
Invisibly, the resolution
conan::conan_dryrun("cpp11")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.