cytoverse_remote_version: Check available version for a single cytoverse package

Description Usage Arguments Value Examples

View source: R/utils.R

Description

This method will check the currently available version of a specified cytoverse package from the specified repository source.

Usage

1
cytoverse_remote_version(pkg, repo = "bioconductor", branch = NULL)

Arguments

pkg

package name (see cytoverse_packages for all options)

repo

either "bioconductor" or "github", specifying repository source

branch

optionally allows specification of a branch within the repository. For Bioconductor, this corresponds to the version (e.g. "3.11" or "devel") and will default to the value of BiocManager::version(). For GitHub, this refers to branch from the GitHub repositories and will default to "master".

Value

a string representing the package version (e.g "4.1.4")

Examples

1
2
3
4
5
6
7
## Not run: 
# Defaults to checking Bioconductor
cytoverse_remote_version("flowWorkspace")

cytoverse_remote_version("flowWorkspace", repo = "github")

## End(Not run)

RGLab/cytoverse documentation built on July 17, 2020, 11:38 p.m.