Skip to content

Commit

Permalink
\donttest example
Browse files Browse the repository at this point in the history
  • Loading branch information
fsolt committed May 27, 2020
1 parent a45d3d4 commit 0185bc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/dcpo.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
#' additional options; \code{stan} defaults reset by \code{dcpo} are \code{seed = 324, thin = 2,}
#' \code{cores = min(stan_args$chains, parallel::detectCores()/2),} and \code{control <- list(adapt_delta = 0.99, stepsize = 0.005, max_treedepth = 14)}
#' @examples
#'
#' \donttest{
#' out1 <- dcpo(demsup_data,
#' chains = 1,
#' iter = 300) # 1 chain/300 iterations for example purposes only; use defaults
#' }
#'
#' @return a stanfit object
#'
Expand Down

0 comments on commit 0185bc0

Please sign in to comment.