Skip to content

Commit

Permalink
Prepare 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fsavje committed Dec 13, 2018
1 parent 4532dd8 commit dea4eb0
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 25 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: scclust
Type: Package
Title: Size-Constrained Clustering
Version: 0.2.1.9000
Date: 2018-12-11
Version: 0.2.2
Date: 2018-12-13
Authors@R: c(
person("Fredrik", "Savje", email = "[email protected]", role = c("aut", "cre")),
person("Michael", "Higgins", role = "aut"),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# scclust devel
# scclust 0.2.2

* Fixes incompatibility error with Sun make.


# scclust 0.2.1
Expand Down
9 changes: 8 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Submission comment

Please excuse the two close submission. New version fixes a compilation error
on Solaris due to incompatibility with Sun make.


## Test environments

* x86_64-apple-darwin15.6.0 (local machine)
Expand All @@ -24,7 +30,8 @@

* No WARNINGs.

* No NOTEs.
* 1 NOTE:
- Days since last update: 1


## Downstream dependencies
Expand Down
42 changes: 21 additions & 21 deletions release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,38 @@
* Run `devtools::check_win_devel()`, `devtools::check_win_release()` and `devtools::check_win_oldrelease()`
* Run `revdepcheck::revdep_check()`, remove "revdep" folder when done
* Run comprehensive tests locally
- Change `run_slow_tests <- TRUE` in `tests/testthat/config.R`
- Run `devtools::load_all(recompile = TRUE)` and `devtools::test()` with the following settings
- Remember to change the flag in the Makefile as well
- stable_nng = FALSE, stable_findseed = FALSE (medium time)
- stable_nng = TRUE, stable_findseed = FALSE (long time)
- stable_nng = FALSE, stable_findseed = TRUE (short time)
- stable_nng = TRUE, stable_findseed = TRUE (long time)
- Change `tests/testthat/config.R` and Makefile to original state
- Change `run_slow_tests <- TRUE` in `tests/testthat/config.R`
- Run `devtools::load_all(recompile = TRUE)` and `devtools::test()` with the following settings
- Remember to change the flag in the Makefile as well
- stable_nng = FALSE, stable_findseed = FALSE (medium time)
- stable_nng = TRUE, stable_findseed = FALSE (long time)
- stable_nng = FALSE, stable_findseed = TRUE (short time)
- stable_nng = TRUE, stable_findseed = TRUE (long time)
- Change `tests/testthat/config.R` and Makefile to original state
* Update package information
- Set new version number in `DESCRIPTION`
- Set release date in `DESCRIPTION`
- Change "scclust devel" to "scclust VERSION" in `NEWS.md`
- Update `cran-comments.md` with correct information
- Update travis and appveyor with current versions
- Set new version number in `DESCRIPTION`
- Set release date in `DESCRIPTION`
- Change "scclust devel" to "scclust VERSION" in `NEWS.md`
- Update `cran-comments.md` with correct information
- Update travis and appveyor with current versions
* Commit and push to github so automatic tests run
* Run `devtools::load_all(recompile = TRUE)`, `devtools::test()` and `devtools::check()`
* Run `devtools::check_win_devel()`, `devtools::check_win_release()` and `devtools::check_win_oldrelease()`
* Run `revdepcheck::revdep_check()`, remove "revdep" folder when done
* Wait until all tests are done
* Submit to CRAN
- Run `devtools::build()`
- Upload to http://cran.r-project.org/submit.html
- Add `cran-comments.md` as comment
- Upload to http://cran.r-project.org/submit.html
- Add `cran-comments.md` as comment


## When accepted

* Add new release to Github
- Add CRAN release as binary
- Add relevant information from `NEWS.md`
- Add CRAN release as binary
- Add relevant information from `NEWS.md`
* Update package information
- Add .9000 to the version number in `DESCRIPTION`
- Set date in `DESCRIPTION`
- Add "scclust devel" to `NEWS.md`
- Commit and push to github
- Add .9000 to the version number in `DESCRIPTION`
- Set date in `DESCRIPTION`
- Add "scclust devel" to `NEWS.md`
- Commit and push to github

0 comments on commit dea4eb0

Please sign in to comment.