Skip to content

Commit da7fba3

Browse files
authored
Merge pull request #68 from osorensen/copilot/make-cran-compliant
Prepare package for CRAN submission: Update to version 0.2.0 and add cran-comments.md
2 parents 819c6e6 + 9a02bc0 commit da7fba3

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
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: 2 additions & 2 deletions
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"),
@@ -13,7 +13,7 @@ Description: Provides nested sequential Monte Carlo algorithms for performing
1313
SMC2 (Sequential Monte Carlo Squared) algorithm for handling sequentially
1414
arriving rankings and pairwise preferences, including support for complete
1515
rankings, partial rankings, and pairwise comparisons. The methods are based
16-
on Sørensen (2025) <doi:10.1214/25-BA1564>.
16+
on Sorensen (2025) <doi:10.1214/25-BA1564>.
1717
License: GPL-3
1818
Encoding: UTF-8
1919
LazyData: true

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)