Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
^dev$
^\.github$
^\.git$
^cran-comments\.md$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: BayesMallowsSMC2
Type: Package
Title: Nested Sequential Monte Carlo for the Bayesian Mallows Model
Version: 0.1.1
Version: 0.2.0
Authors@R: c(person("Oystein", "Sorensen",
email = "oystein.sorensen.1985@gmail.com",
role = c("aut", "cre"),
Expand All @@ -13,7 +13,7 @@ Description: Provides nested sequential Monte Carlo algorithms for performing
SMC2 (Sequential Monte Carlo Squared) algorithm for handling sequentially
arriving rankings and pairwise preferences, including support for complete
rankings, partial rankings, and pairwise comparisons. The methods are based
on Sørensen (2025) <doi:10.1214/25-BA1564>.
on Sorensen (2025) <doi:10.1214/25-BA1564>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Expand Down
17 changes: 17 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## R CMD check results

0 errors | 0 warnings | 0 notes

## Test environments

* local: R 4.3.3 on Ubuntu 24.04
* GitHub Actions: R 4.1.0, 4.2.0, 4.3.0, 4.4.0 on Ubuntu, macOS, and Windows
* win-builder: development version

## Submission notes

This is the first CRAN submission of this package.

The package provides nested sequential Monte Carlo algorithms for performing
sequential inference in the Bayesian Mallows model. The implementation is based
on the methodology described in Sørensen (2025) <doi:10.1214/25-BA1564>.