Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Remove extraneous dontrun string
Browse files Browse the repository at this point in the history
  • Loading branch information
nacnudus committed Oct 14, 2019
1 parent ae97593 commit 8654b25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/govdown-format.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
#' y <- rmarkdown::render(input_rmd, govdown_document(phase = "alpha"))
#' utils::browseURL(x)
#' utils::browseURL(y)
#' \dontrun}
#' }
#' @export
govdown_document <- function(keep_md = FALSE,
font = c("sans-serif", "new-transport"),
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Resubmission

* Added pandoc version >= 2.0 to the system requirements in DESCRIPTION.
* Removed extraneous "dontrun"

## Test environments

Expand Down
2 changes: 1 addition & 1 deletion man/govdown_document.Rd

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

0 comments on commit 8654b25

Please sign in to comment.