Check which CRAN dates are possible for a given packages and versions.
Usage
cran_date(versions)
cran_session(session = sessionInfo())
See also
Other utilities:
cran_doom()
,
cran_snapshot()
,
duplicated_alias()
,
package_date()
,
package_repos()
,
repos_dependencies()
,
update_dependencies()
Examples
ip <- installed.packages()
cran_date(ip)
#> Warning: Omitting packages repo.data.
#> Maybe they were not on CRAN?
#> [1] "2025-07-22 04:41:01 CEST"
cran_session()
#> Warning: Omitting packages repo.data.
#> Maybe they were not on CRAN?
#> [1] "2025-07-22 04:41:01 CEST"