forked from cdowd/twosamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTES
More file actions
23 lines (22 loc) · 679 Bytes
/
NOTES
File metadata and controls
23 lines (22 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Release steps
1. make changes
2. check r-cmd-check passes on github/website
3. check reverse dependencies (revdepcheck::revdep_check())
- edit ~/.R/MAKEVARS to get FRESA.CAD to install.
- FC = usr/local/opt/gcc/bin/gfortran
F77 = /usr/local/opt/gcc/bin/gfortran
FLIBS = -L/usr/local/opt/gcc/lib
4. update news
5. bump version number
6. rebuild docs (re-knit README.Rmd, devtools::document())
7. build site. (pkgdown::build_site())
8. devtools::spell_check()
10. update cran-comments.md
11. Submit (devtools::release())
12. delete ~/.R/MAKEVARS
# Packages used for release/updates
- devtools
- revdepcheck
- usethis
- pkgdown
- spellcheck