Last updated on 2024-11-15 02:49:31 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 5.14 | 322.49 | 327.63 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 3.60 | 212.31 | 215.91 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 544.59 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 555.40 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 6.00 | 278.00 | 284.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 5.22 | 303.74 | 308.96 | OK | |
r-release-linux-x86_64 | 1.0 | 4.98 | 301.60 | 306.58 | OK | |
r-release-macos-arm64 | 1.0 | 67.00 | ERROR | |||
r-release-macos-x86_64 | 1.0 | 223.00 | OK | |||
r-release-windows-x86_64 | 1.0 | 6.00 | 277.00 | 283.00 | OK | |
r-oldrel-macos-arm64 | 1.0 | 158.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0 | 276.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0 | 8.00 | 351.00 | 359.00 | OK |
Version: 1.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘rJava’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [23s/24s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
30: 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) { })
31: test_code(test = NULL, code = exprs, env = env, default_reporter = StopReporter$new())
32: source_file(path, env = env(env), desc = desc, error_call = error_call)
33: FUN(X[[i]], ...)
34: lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call)
35: doTryCatch(return(expr), name, parentenv, handler)
36: tryCatchOne(expr, names, parentenv, handlers[[1L]])
37: tryCatchList(expr, classes, parentenv, handlers)
38: tryCatch(code, testthat_abort_reporter = function(cnd) { cat(conditionMessage(cnd), "\n") NULL})
39: with_reporter(reporters$multi, lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call))
40: 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)
41: 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)
42: test_dir("testthat", package = package, reporter = reporter, ..., load_package = "installed")
43: test_check("NicheBarcoding")
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-release-macos-arm64