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:
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
|
#' @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')
|
||||||
#'
|
#'
|
||||||
|
|
Loading…
Add table
Reference in a new issue