Skip to content

Commit

Permalink
set chime = FALSE in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fsolt committed Apr 9, 2020
1 parent 4c1c2b0 commit b6bafad
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/dcpo.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#'@examples
#' \donttest{
#' out1 <- dcpo(demsup_data,
#' chime = FALSE,
#' chains = 2,
#' iter = 150) # 2 chains/150 iterations for example purposes only; use defaults
#' }
Expand Down
1 change: 1 addition & 0 deletions R/dcpo_xvt.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#' \donttest{
#' # Single cross-validation test with 25% test set
#' demsup_xvtest_25pct <- dcpo_xvt(demsup_data,
#' chime = FALSE,
#' number_of_folds = 4,
#' iter = 150,
#' chains = 2) # 2 chains/150 iterations for example only; use defaults
Expand Down
1 change: 1 addition & 0 deletions R/get_xvt_results.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#' \donttest{
#' # Single cross-validation test with 25% test set
#' demsup_xvtest_25pct <- dcpo_xvt(demsup_data,
#' chime = FALSE,
#' number_of_folds = 4,
#' iter = 150,
#' chains = 2) # 2 chains/150 iterations for example only; use defaults
Expand Down
1 change: 1 addition & 0 deletions R/summarize_dcpo_results.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#' @examples
#' \dontrun{
#' out1 <- dcpo(demsup_data,
#' chime = FALSE,
#' chains = 2,
#' iter = 150) # 2 chains/150 iterations for example purposes only; use defaults
#'
Expand Down
1 change: 1 addition & 0 deletions man/dcpo.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/dcpo_xvt.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/get_xvt_results.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/summarize_dcpo_results.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6bafad

Please sign in to comment.