wood_bioc_version | R Documentation |
This function queries Bioconductor for the code of the available version of the selected package for given Bioconductor release.
wood_bioc_version(package, release = "release")
package |
|
release |
|
A single string with a version code.
Functions for Bioconductor:
wood_bioc_dependencies()
,
wood_bioc_packages()
,
wood_bioc_releases()
Functions that query package versions:
wood_core_version()
,
wood_cran_latest()
,
wood_cran_versions()
,
wood_github_latest()
,
wood_github_versions()
,
wood_gitlab_latest()
,
wood_gitlab_versions()
,
wood_local_versions()
,
wood_runiverse_version()
,
wood_url_version()
,
wood_versions()
wood_bioc_version("Biostrings")
# What's coming next?
wood_bioc_version("Biostrings", release = "devel")
# Can query releases as old as 1.8:
wood_bioc_version("Biostrings", release = "1.8")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.