Skip to content

Commit

Permalink
Prep submission
Browse files Browse the repository at this point in the history
  • Loading branch information
fsavje committed Nov 29, 2023
1 parent eff23e3 commit 575ff73
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 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.3.9000
Date: 2023-04-24
Version: 0.2.4
Date: 2023-11-29
Authors@R: c(
person("Fredrik", "Savje", email = "fredrik.savje@yale.edu", role = c("aut", "cre")),
person("Michael", "Higgins", role = "aut"),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# scclust devel
# scclust 0.2.4

* Use string literals when calling R internal function `error()` for error messaging.


# scclust 0.2.3
Expand Down
12 changes: 2 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Test environments

* aarch64-apple-darwin20 (local machine)
- 4.2.1
- 4.3.2

* x86_64-w64-mingw32 (win-builder)
- 4.2.3, 4.3.0, devel
- 4.2.3, 4.3.2, devel


## R CMD check results
Expand All @@ -15,11 +15,3 @@

* No NOTEs.


## Downstream dependencies

All downstream dependencies have been checked. No issues were reported:

* quickblock: 0 errors | 0 warnings | 0 notes

* quickmatch: 0 errors | 0 warnings | 0 notes

0 comments on commit 575ff73

Please sign in to comment.