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

create dir for clear_cache test but dont run

This commit is contained in:
jan 2023-02-02 11:09:30 +01:00
parent 4b24aa9582
commit 4a81cab11c

View file

@ -121,11 +121,12 @@ osem_cache_filename = function (path, query = list(), host = osem_endpoint()) {
#'
#' @export
#' @examples
#' \donttest{
#' \dontrun{
#' osem_boxes(cache = tempdir())
#' osem_clear_cache()
#'
#' cachedir = paste(getwd(), 'osemcache', sep = '/')
#' dir.create(file.path(cachedir), showWarnings = FALSE)
#' osem_boxes(cache = cachedir)
#' osem_clear_cache(cachedir)
#' }