Skip to content

Commit

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



# scclust 0.2.1

* Fixes so compilation uses local Makeconf file.
Expand Down
10 changes: 5 additions & 5 deletions release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
* 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 `test()` with the following settings
- 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
- stable_nng = TRUE, stable_findseed = FALSE
- stable_nng = FALSE, stable_findseed = TRUE
- stable_nng = TRUE, stable_findseed = TRUE
- 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`
Expand Down
2 changes: 1 addition & 1 deletion src/ZZZupdate_scclust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ cd ..
rm libscclust/Makefile
cat <<EOF > libscclust/Makefile
# Use 64-bit arc ref: -DSCC_ARC64
# Use stable findseed: -DSCC_STABLE_FINDSEED
# Use stable NNG: -DSCC_STABLE_NNG
# Use stable findseed: -DSCC_STABLE_FINDSEED
XTRA_FLAGS =
LIBOBJS = \\
Expand Down
2 changes: 1 addition & 1 deletion src/libscclust/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use 64-bit arc ref: -DSCC_ARC64
# Use stable findseed: -DSCC_STABLE_FINDSEED
# Use stable NNG: -DSCC_STABLE_NNG
# Use stable findseed: -DSCC_STABLE_FINDSEED
XTRA_FLAGS =

LIBOBJS = \
Expand Down

0 comments on commit f799428

Please sign in to comment.