proj_version: PROJ version information

Description Usage Arguments Examples

View source: R/version.R

Description

PROJ version information

Usage

1
proj_version(runtime = TRUE)

Arguments

runtime

Use FALSE to return the build-time proj version, which may be different than the runtime version if a different version of the libproj package was used to build this package.

Examples

1
2
3
4
5
proj_version()
proj_version(runtime = FALSE)

# check for a minimum version of proj
proj_version() >= "8.1.0"

paleolimbot/rlibproj documentation built on Jan. 21, 2022, 1:03 p.m.