Skip to contents

This function queries CRAN for the code of the latest version of the selected package.

Usage

wood_cran_latest(package)

Arguments

package

character(1)
Name of a package to query for.

Value

A single string with a version code.

Examples

# \donttest{
wood_cran_latest("versionsort")
#> [1] "1.1.0"
# }