packageVersionCRAN | R Documentation |
Determines the version number on cran via obtaining the packages page
packageVersionCRAN(pkg, cran_url = "http://cran.r-project.org/web/packages/")
pkg |
Name of Package |
cran_url |
URL to CRAN Packages |
A vector
of string
s that contain:
the verison of the package on cran
release date of the package on cran
JJB
library(gmwm) packageVersion("gmwm") packageVersionCRAN("gmwm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.