Skip to content

Commit 7e088d4

Browse files
committed
skip example to prevent time out
prevent error on bioconductor if api times out by skipping the example
1 parent 02f8053 commit 7e088d4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

R/generics.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@ setGeneric("is_valid",
3333
#' @return A data.frame, or other output appropriate to the output_item.
3434
#' @examples
3535
#' # Get a summary of all studies with "diabetes" in the title
36+
#'\donttest{
3637
#' df = do_query(
3738
#' context = 'study',
3839
#' input_item = 'study_title',
3940
#' input_value = 'diabetes',
4041
#' output_item = 'summary'
4142
#' )
43+
#' }
4244
#' @rdname do_query
4345
#' @export
4446
setGeneric("do_query",

man/do_query.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)