Skip to content

Commit

Permalink
Ready for CRAN update
Browse files Browse the repository at this point in the history
  • Loading branch information
osorensen committed Feb 3, 2023
1 parent eab814c commit 238e400
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: BayesMallows
Type: Package
Title: Bayesian Preference Learning with the Mallows Rank Model
Version: 1.2.1.9003
Version: 1.2.2
Authors@R: c(person("Oystein", "Sorensen",
email = "oystein.sorensen.1985@gmail.com",
role = c("aut", "cre"),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# BayesMallows (development versions)
# BayesMallows 1.2.2

* Added `plot.SMCMallows()` method
* Changed default values and argument order on several SMC functions (see PR #269)
* Modifications to internal C++ code to avoid CRAN NOTEs.

# BayesMallows 1.2.1

Expand Down
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
## Resubmission Note
This is a resubmission. It removes the dependency on the PerMallows package, due to an
e-mail from Dr. Hornik warning that PerMallows is scheduled to be archived from CRAN.
This is a resubmission. It removes a CRAN NOTE about C++ version, and it also removes two comparison of signed and unsigned integers.


## Test Environments
* local Windows install, R 4.2.1.
* local Windows install, R 4.2.2.
* windows, devel, release and old-release.
* Apple Silicon (M1) via rhub.
* valgrind and GCC-UBSAN via rhub.
Expand Down

0 comments on commit 238e400

Please sign in to comment.