Retrieve the latest date on which the package was published to CRAN.

get_cran_pub_date(package_name)

Arguments

package_name

Name of the R package.

Examples

# NOT RUN {
get_cran_pub_date("dplyr")
# }