conan_sources | R Documentation |
Describe sources
conan_sources(packages, repos = NULL, cran = NULL)
packages |
A character vector of packages to install. These
can be names of CRAN packages or GitHub references etc; see
|
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
|
An object of type conan_sources
which can be used later
with conan, conan_install etc
Rich FitzJohn
conan::conan_sources(c("pkg1", "pkg2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.