Skip to content

Commit 136da7d

Browse files
authored
Merge pull request #74 from osorensen/copilot/fix-cran-submission-feedback
Replace \dontrun with \donttest per CRAN feedback
2 parents ebf5ea2 + 5ae1602 commit 136da7d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#' @export
3838
#'
3939
#' @examples
40-
#' \dontrun{
40+
#' \donttest{
4141
#' # Fit a model with complete rankings
4242
#' mod <- compute_sequentially(
4343
#' complete_rankings,

R/trace_plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#' \insertRef{10.1214/25-BA1564}{BayesMallowsSMC2}
3838
#'
3939
#' @examples
40-
#' \dontrun{
40+
#' \donttest{
4141
#' # Fit a model with trace enabled
4242
#' mod <- compute_sequentially(
4343
#' complete_rankings,

man/plot.BayesMallowsSMC2.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/trace_plot.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)