Description Usage Arguments Value Examples
This method will check the currently available version of a specified cytoverse package from the specified repository source.
1 | cytoverse_remote_version(pkg, repo = "bioconductor", branch = NULL)
|
pkg |
package name (see |
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 |
a string representing the package version (e.g "4.1.4")
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.