Description Usage Arguments Value Examples
Check available updates for all cytoverse packages
1 | cytoverse_update_check(repo = "bioconductor", pkgs = NULL, branch = NULL)
|
repo |
either "bioconductor" or "github", specifying repository source |
pkgs |
A character vector containing a specific subset of cytoverse packages to check for updates.
If NULL, all cytoverse packages will be checked. For the full list of packages, see |
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 length-2 list containing a dataframe summarizing the installed and available package versions and a vector of package names to be updated
1 2 3 4 5 6 7 | ## Not run:
# Defaults to Bioconductor
check_results <- cytoverse_update_check()
check_results$summary
check_results$lto_update
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.