DDT meeting presentation 20220905
Review the merge requests and issues and decide which should be included in the release.
When all the new development is in master branch, open a branch for version bumping and document update.
When all the new development is in master branch, open a branch for version bumping and document update.
DESCRIPTION
Package: s2dv
Title: A Set of Common Tools for Seasonal to Decadal Verification
Version: 1.2.0
Authors@R: c(
person("BSC-CNS", role = c("aut", "cph")),
person("An-Chi", "Ho", , "an.ho@bsc.es", role = c("aut", "cre")),
person("Eva", "Rifa", , "eva.rifarovira@bsc.es", role = c("ctb")),
...
Imports:
abind,
...R CMD build --resave-data s2dv
* checking for file ‘s2dv/DESCRIPTION’ ... OK
* preparing ‘s2dv’:
* checking DESCRIPTION meta-information ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* re-saving image files
* building ‘s2dv_1.2.0.tar.gz’
R CMD check --as-cran s2dv_1.2.0.tar.gz
...
...
* DONE
Status: 2 WARNINGs, 1 NOTE
See
‘/home/Earth/aho/s2dv.Rcheck/00check.log’https://win-builder.r-project.org/ Building and checking R source packages for Windows.
Correct the bugs detected in other systems (Windows, Ubuntu) or newer R versions.
When the pacakge is published on CRAN, merge master branch to production branch, and create a tag on production.
DDT meeting, 5th September 2022