1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-02-23 16:23:58 +01:00

change donttest to dontrun to avoid test errors

This commit is contained in:
jan 2023-02-01 09:31:20 +01:00
parent 6d5c821d3a
commit ca7c32ee64

View file

@ -37,7 +37,7 @@
#' @export #' @export
#' @examples #' @examples
#' #'
#' \donttest{ #' \dontrun{
#' # get *all* boxes available on the API #' # get *all* boxes available on the API
#' b = osem_boxes() #' b = osem_boxes()
#' #'
@ -125,7 +125,7 @@ osem_boxes = function (exposure = NA, model = NA, grouptag = NA,
#' @seealso \code{\link{osem_clear_cache}} #' @seealso \code{\link{osem_clear_cache}}
#' @export #' @export
#' @examples #' @examples
#' \donttest{ #' \dontrun{
#' # get a specific box by ID #' # get a specific box by ID
#' b = osem_box('57000b8745fd40c8196ad04c') #' b = osem_box('57000b8745fd40c8196ad04c')
#' #'