mike 11/15/2020
This package is a lightweight wrapper of some functions in
remotes
. It installs the most
recent version of cyto packages from the common public repositories
e.g. Bioconductor, CRAN, as well as CYTO
repository, which provides
the cyto packages built by github actions triggered by pushed commits.
Install the released version of remotes from CRAN:
remotes::install_github("RGLab/cytoinstaller")
To install the latest version of a cyto package (and also install or update its dependencies.)
cytoinstaller::install_cyto("ggcyto")
To install/update all cyto packages
cytoinstaller::install_cyto()
#select bioc version manually
cytoinstaller::install_cyto(bioc_ver = "devel")
To get the package info from CYTO
repo,
cytoinstaller::cyto_repo("ggcyto")
To list all the package info,
cytoinstaller::cyto_repo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.