Skip to content

Commit

Permalink
don't wrap options examples in donttest (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Oct 31, 2019
1 parent 314c1b1 commit de130ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions R/bcdc_options.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#' it is advisable to lower the chunk limit. Chunks must be less than 10000.
#'
#' @examples
#' \donttest{
#' ## Save initial conditions
#' original_options <- options()
#'
Expand All @@ -45,8 +44,6 @@
#' ## Reset initial conditions
#' options(original_options)
#'
#' }
#'
#' @export

bcdc_options <- function() {
Expand Down
3 changes: 0 additions & 3 deletions man/bcdc_options.Rd

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

0 comments on commit de130ab

Please sign in to comment.