Skip to content

Commit

Permalink
Merge pull request #298 from OHDSI/dont_test_examples
Browse files Browse the repository at this point in the history
dont test examples
  • Loading branch information
catalamarti authored Jan 16, 2025
2 parents 7d54984 + 5b06d78 commit 02ee7fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/mockOmopSketch.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#' @return A mock cdm_reference object.
#' @export
#' @examples
#' if (rlang::is_installed("duckdb")){
#' mockOmopSketch(numberIndividuals = 100)
#' \donttest{
#' mockOmopSketch(numberIndividuals = 100)
#' }
mockOmopSketch <- function(con = NULL,
writeSchema = NULL,
Expand Down
2 changes: 2 additions & 0 deletions R/summariseOmopSnapshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
#' @return A summarised_result object.
#' @export
#' @examples
#' \donttest{
#' cdm <- mockOmopSketch(numberIndividuals = 10)
#'
#' summariseOmopSnapshot(cdm)
#' }
summariseOmopSnapshot <- function(cdm) {

cdm <- omopgenerics::validateCdmArgument(cdm)
Expand Down

0 comments on commit 02ee7fc

Please sign in to comment.