- Install latest devel version of R (here for OS X)
- Sync
git
project - Run
models/parseModels.R
to get new model results into package - Run code to update all
caret
related packages (seerelease_process/update_pkgs.R
) outside of RStudio. Beware that this might reinstallcaret
- Install current CRAN version of
caret
and run regression tests (viaRegressionTests/move_files.R
) - Install devel version of
caret
- Run the check for reverse dependencies using
revdepcheck::revdep_check(num_workers = 4)
- Run regression tests (via
move_files.R
again) - Compare results to see if any models fail or substantively change results using
RegressionTests/compare.R
- Run
release_process/make_model_Rd.R
to make the models man file and move this topkg/caret/man
- Look to find any CRAN policy changes here.
- Look at the CRAN Package Check Results
- Run
devtools::check()
- (Max only) use
devtools::build_win()
to check on CRAN servers - Run
html/makeHTML.R
to make new HTML files for github - Send to CRAN via web form
- Once accepted, use
git tag -a 6.0-xx -m "Version 6.0-xx release"
to mark the release.
release_process
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||