Package check result: OK Changes to worse in reverse depends: Package: arealDB Check: tests New result: ERROR Running ‘testthat.R’ [3s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > > test_check("arealDB") Loading required package: arealDB *** caught segfault *** address 0x7f81ea2b4e98, cause 'invalid permissions' Traceback: 1: CPL_get_layers(dsn, options, do_count) 2: st_layers(dsn = filePath) 3: regGeometry(gSeries = "gadm", label = list(al1 = "NAME_0"), layer = "example_geom1", archive = "example_geom.7z|example_geom1.gpkg", archiveLink = "https://gadm.org/downloads/example_geom.7z.html", downloadDate = as.Date("2019-10-01"), updateFrequency = "quarterly") 4: eval(code, test_env) 5: eval(code, test_env) 6: withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error) 7: doTryCatch(return(expr), name, parentenv, handler) 8: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9: tryCatchList(expr, names[-nh], parentenv, handlers[-nh]) 10: doTryCatch(return(expr), name, parentenv, handler) 11: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]), names[nh], parentenv, handlers[[nh]]) 12: tryCatchList(expr, classes, parentenv, handlers) 13: tryCatch(withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error), error = handle_fatal, skip = function(e) { }) 14: test_code(desc, code, env = parent.frame(), reporter = reporter) 15: test_that("a geometry inventory entry is produced", { dbpath <- paste0(tempdir(), "/newDB") adb_example(until = "regDataseries", path = dbpath) output <- regGeometry(gSeries = "gadm", label = list(al1 = "NAME_0"), layer = "example_geom1", archive = "example_geom.7z|example_geom1.gpkg", archiveLink = "https://gadm.org/downloads/example_geom.7z.html", downloadDate = as.Date("2019-10-01"), updateFrequency = "quarterly") expect_tibble(x = output, nrows = 1, ncols = 11, col.names = "strict") expect_names(x = names(output), must.include = c("geoID", "datID", "stage2_name", "layer", "label", "ancillary", "stage1_name", "stage1_url", "download_date", "update_frequency", "notes"))}) 16: eval(code, test_env) 17: eval(code, test_env) 18: withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error) 19: doTryCatch(return(expr), name, parentenv, handler) 20: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 21: tryCatchList(expr, names[-nh], parentenv, handlers[-nh]) 22: doTryCatch(return(expr), name, parentenv, handler) 23: tryCatchOne(tryCatchList(expr, names[-nh], parentenv, handlers[-nh]), names[nh], parentenv, handlers[[nh]]) 24: tryCatchList(expr, classes, parentenv, handlers) 25: tryCatch(withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error), error = handle_fatal, skip = function(e) { }) 26: test_code(test = NULL, code = exprs, env = env, reporter = get_reporter() %||% StopReporter$new()) 27: source_file(path, env = env(env), desc = desc, error_call = error_call) 28: FUN(X[[i]], ...) 29: lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call) 30: doTryCatch(return(expr), name, parentenv, handler) 31: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 32: tryCatchList(expr, classes, parentenv, handlers) 33: tryCatch(code, testthat_abort_reporter = function(cnd) { cat(conditionMessage(cnd), "\n") NULL}) 34: with_reporter(reporters$multi, lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call)) 35: test_files_serial(test_dir = test_dir, test_package = test_package, test_paths = test_paths, load_helpers = load_helpers, reporter = reporter, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, desc = desc, load_package = load_package, error_call = error_call) 36: test_files(test_dir = path, test_paths = test_paths, test_package = package, reporter = reporter, load_helpers = load_helpers, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, load_package = load_package, parallel = parallel) 37: test_dir("testthat", package = package, reporter = reporter, ..., load_package = "installed") 38: test_check("arealDB") An irrecoverable exception occurred. R is aborting now ... Segmentation fault Package: eDITH Check: package dependencies New result: ERROR Packages required but not available: 'OCNet', 'rivnet' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Package: OCNet Check: whether package can be installed New result: ERROR Installation failed. Package: rivnet Check: package dependencies New result: ERROR Package required but not available: ‘OCNet’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual.