Skip to contents

This function checks the version of the selected core R package.

Usage

wood_core_version(package)

Arguments

package

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

Value

A single string with a version code. Should be equal to the R version (base::getRversion()).

Examples

wood_core_version("graphics")
#> [1] "4.2.3"