Skip to content

cyto package Installation from repositories, Including 'bioconductor' and 'GitHub' release

Notifications You must be signed in to change notification settings

RGLab/cytoinstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cytoinstaller

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.

Installation

Install the released version of remotes from CRAN:

remotes::install_github("RGLab/cytoinstaller")

Usage

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()

CYTO repo build status

package

release

devel

RProtoBufLib

cytolib

flowCore

openCyto

flowStats

flowClust

ggcyto

flowWorkspace

CytoML

ncdfFlow

cytoqc

COMPASS

About

cyto package Installation from repositories, Including 'bioconductor' and 'GitHub' release

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages