Description Usage Arguments Value
This function takes the name of an R package (from CRAN) and receives the corresponding information off OBS This function is not exactly cheap run-time wise. Around 0.5s per package.
1 | getOBSVersion(pkg, obsproject = "devel:languages:R:released", quiet = TRUE)
|
pkg |
A character string containing the name of a R package as found in CRAN |
obsproject |
Project in OBS where packages are taken from. |
quiet |
If set to FALSE some progression info is given, default = TRUE. |
A list with components file containing the source file name and version containing the version.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.