Skip to content

Commit 535dae0

Browse files
docs: add URL and pkgdown to DESCRIPTION for site building
Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
1 parent 3997ac3 commit 535dae0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DESCRIPTION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Description: Implements nested sequential Monte Carlo (SMC) algorithms for
1616
and Ulam distances. Based on the methodology described in
1717
<doi:10.1214/25-BA1564>.
1818
License: GPL-3
19+
URL: https://osorensen.github.io/BayesMallowsSMC2/
1920
Encoding: UTF-8
2021
LazyData: true
2122
Roxygen: list(markdown = TRUE)
@@ -29,5 +30,6 @@ Depends:
2930
R (>= 4.1.0)
3031
Suggests:
3132
testthat (>= 3.0.0),
32-
label.switching (>= 1.8)
33+
label.switching (>= 1.8),
34+
pkgdown
3335
Config/testthat/edition: 3

0 commit comments

Comments
 (0)