Skip to content

Commit 5ae1602

Browse files
Copilotosorensen
andcommitted
Replace \dontrun with \donttest in plot and trace_plot examples
Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
1 parent 753cbf0 commit 5ae1602

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)