View source: R/install_workshops_pkgs.R
Read list of dependencies and install packages (no longer used).
1 2 3 4 5 6 7 8 9 10 11  | install_workshops_pkgs(file = "pkgs.yaml", verbose = TRUE)
install_workshops_pkgs_remotes(path, ...)
install_workshop_pkgs_indiv(file = "pkgs.yaml", verbose = TRUE)
install_cran_pkgs(x)
install_cran_archived_pkgs(x)
install_repos_pkgs(x)
 | 
file | 
 path to the list of dependencies.  | 
verbose | 
 a logical. Should extra information be reported on progress?  | 
path | 
 path where the workshops files.  | 
... | 
 further arguments passed to   | 
x | 
 a character string of the name of a package.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.