View source: R/cran_snapshot.R
| cran_date | R Documentation |
Check which CRAN dates are possible for a given packages and versions.
cran_date(versions)
cran_session(session = sessionInfo())
versions |
A data.frame with the packages names and versions |
session |
Session information. |
Last installation date from CRAN.
Other utilities:
cran_doom(),
cran_snapshot(),
duplicated_alias(),
package_date(),
package_repos(),
repos_dependencies(),
update_dependencies()
# ip <- installed.packages()
ip <- data.frame(Package = c("A3", "AER"), Version = c("1.0.0", "1.2-15"))
cran_date(ip)
cran_session()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.