version | R Documentation |
version()
reports the version of Bioconductor appropropriate
for this version of R, or the version of Bioconductor requested
by the user.
version()
## S3 method for class 'version_sentinel'
print(x, ...)
x |
An |
... |
Additional arguments, ignored. |
version()
(and all functions requiring version information) fails
when version cannot be validated e.g., because internet access is
not available.
The environment variable R_BIOC_VERSION
can be used to specify a
version that is not consistent with Bioconductor release
versioning. Use of this variable is strongly discouraged.
A two-digit version, e.g., 3.8
, of class
package_version
describing the version of Bioconductor in
use.
BiocManager::version()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.