PecanProject / pecan

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
www.pecanproject.org
Other
200 stars 231 forks source link

Bump Roxygen version #3164

Closed infotroph closed 1 year ago

infotroph commented 1 year ago

Description

Updates all package documentation to use Roxygen 7.2.3, which is the current CRAN version today.

Note that we're not removing the requirement to use one specified version (and so we will inevitably fall behind CRAN again before long), we're just bumping the version we specify forward.

After merging this, all PEcAn contributors will need to update Roxygen on their development machines from 7.1.2 to 7.2.3. The Makefile now installs the correct version of Roxygen on a clean build, so running make clean && make should do the update for you.

FAQ

*fine print about "clean build": Technically the update happens when Make decides it needs to rebuild the empty .install/roxygen2 target, but in practice this means "on the first run after a make clean" unless you know what "rebuild the empty target" means and do it on purpose.

Review Time Estimate

Types of changes

Checklist: