Skip to contents

Returns version of project currently being worked on, which is defined as whichever version is later between DESCRIPTION and _bookdown.yml. Typically this will simply be the version in _bookdown.yml.

Usage

projr_version_get(dev_force = FALSE)

Arguments

dev_force

logical. If TRUE, then the returned version will necessarily have a dev component. Default is FALSE.

Value

Character.