Skip to content

Commit 7b34715

Browse files
Copilotosorensen
andcommitted
Update version to 0.2.0 and add cran-comments.md for CRAN submission
Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
1 parent d65e2da commit 7b34715

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
^dev$
66
^\.github$
77
^\.git$
8+
^cran-comments\.md$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: BayesMallowsSMC2
22
Type: Package
33
Title: Nested Sequential Monte Carlo for the Bayesian Mallows Model
4-
Version: 0.1.1
4+
Version: 0.2.0
55
Authors@R: c(person("Oystein", "Sorensen",
66
email = "oystein.sorensen.1985@gmail.com",
77
role = c("aut", "cre"),

cran-comments.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## R CMD check results
2+
3+
0 errors | 0 warnings | 0 notes
4+
5+
## Test environments
6+
7+
* local: R 4.3.3 on Ubuntu 24.04
8+
* GitHub Actions: R 4.1.0, 4.2.0, 4.3.0, 4.4.0 on Ubuntu, macOS, and Windows
9+
* win-builder: development version
10+
11+
## Submission notes
12+
13+
This is the first CRAN submission of this package.
14+
15+
The package provides nested sequential Monte Carlo algorithms for performing
16+
sequential inference in the Bayesian Mallows model. The implementation is based
17+
on the methodology described in Sørensen (2025) <doi:10.1214/25-BA1564>.

0 commit comments

Comments
 (0)