mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-23 07:53:58 +01:00
change donttest to dontrun to avoid test errors
This commit is contained in:
parent
6d5c821d3a
commit
ca7c32ee64
1 changed files with 2 additions and 2 deletions
4
R/box.R
4
R/box.R
|
@ -37,7 +37,7 @@
|
|||
#' @export
|
||||
#' @examples
|
||||
#'
|
||||
#' \donttest{
|
||||
#' \dontrun{
|
||||
#' # get *all* boxes available on the API
|
||||
#' b = osem_boxes()
|
||||
#'
|
||||
|
@ -125,7 +125,7 @@ osem_boxes = function (exposure = NA, model = NA, grouptag = NA,
|
|||
#' @seealso \code{\link{osem_clear_cache}}
|
||||
#' @export
|
||||
#' @examples
|
||||
#' \donttest{
|
||||
#' \dontrun{
|
||||
#' # get a specific box by ID
|
||||
#' b = osem_box('57000b8745fd40c8196ad04c')
|
||||
#'
|
||||
|
|
Loading…
Add table
Reference in a new issue