| check_R | R Documentation | 
Check and install R packages
check_R(
  packages,
  install_methods = c("BiocManager::install", "install.packages",
    "devtools::install_github"),
  lib = .libPaths()[1],
  force = FALSE
)
packages | 
 Package to be installed. Package source can be CRAN, Bioconductor or Github, e.g. scmap, quadbiolab/simspec.
By default, the package name is extracted according to the   | 
install_methods | 
 Functions used to install R packages.  | 
lib | 
 The location of the library directories where to install the packages.  | 
force | 
 Whether to force the installation of packages. Default is   | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.