justinstall | R Documentation |
Simple utility to install packages from a number of sources. It only install if it not present already. It does not attach any packages, existing or to be installed.
justinstall(to_install)
to_install |
tibble or data.frame with packages to install (see vignette for details) |
no output
## Not run: to_install <- tibble::tibble(package=c("tidyverse","ochRe","customthemes"), source=c("CRAN","Github","r-universe"), url=c("","ropenscilabs/ochRe","https://carlosyanez.r-universe.dev")) just.install::justinstall(to_install) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.