Skip to content

Commit

Permalink
Change dontrun blocks to donttest
Browse files Browse the repository at this point in the history
  • Loading branch information
bgcarlisle committed Dec 14, 2022
1 parent 9ca0002 commit 981f7d0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion R/clinicaltrials_gov_dates.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#'
#' @examples
#'
#' \dontrun{
#' \donttest{
#' versions <- clinicaltrials_gov_dates("NCT00942747")
#' }
#'
Expand Down
4 changes: 2 additions & 2 deletions R/clinicaltrials_gov_download.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
#'
#' @examples
#'
#' \dontrun{
#' \donttest{
#' filename <- tempfile()
#' clinicaltrials_gov_download(c("NCT00942747",
#' "NCT03281616"), filename)
#' }
#'
#' \dontrun{
#' \donttest{
#' hv <- clinicaltrials_gov_download("NCT00942747")
#' }
clinicaltrials_gov_download <- function(
Expand Down
2 changes: 1 addition & 1 deletion R/clinicaltrials_gov_version.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#'
#' @examples
#'
#' \dontrun{
#' \donttest{
#' version <- clinicaltrials_gov_version("NCT00942747", 1)
#' }
#'
Expand Down
2 changes: 1 addition & 1 deletion man/clinicaltrials_gov_dates.Rd

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

4 changes: 2 additions & 2 deletions man/clinicaltrials_gov_download.Rd

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

2 changes: 1 addition & 1 deletion man/clinicaltrials_gov_version.Rd

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

2 changes: 1 addition & 1 deletion man/cthist-package.Rd

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

0 comments on commit 981f7d0

Please sign in to comment.