Skip to contents

Reads the current version from DESCRIPTION file.

Usage

get_package_version()

Value

Character string with current version

Examples

if (FALSE) { # \dontrun{
current_version <- get_package_version()
print(current_version)
} # }