We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3997ac3 commit 535dae0Copy full SHA for 535dae0
DESCRIPTION
@@ -16,6 +16,7 @@ Description: Implements nested sequential Monte Carlo (SMC) algorithms for
16
and Ulam distances. Based on the methodology described in
17
<doi:10.1214/25-BA1564>.
18
License: GPL-3
19
+URL: https://osorensen.github.io/BayesMallowsSMC2/
20
Encoding: UTF-8
21
LazyData: true
22
Roxygen: list(markdown = TRUE)
@@ -29,5 +30,6 @@ Depends:
29
30
R (>= 4.1.0)
31
Suggests:
32
testthat (>= 3.0.0),
- label.switching (>= 1.8)
33
+ label.switching (>= 1.8),
34
+ pkgdown
35
Config/testthat/edition: 3
0 commit comments