Last updated on 2026-03-11 20:52:48 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.1.0 | 3.18 | 90.99 | 94.17 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.1.0 | 2.01 | 61.41 | 63.42 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.1.0 | 147.94 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 3.1.0 | 160.50 | OK | |||
| r-devel-macos-arm64 | 3.1.0 | 1.00 | 30.00 | 31.00 | OK | |
| r-devel-windows-x86_64 | 3.1.0 | 5.00 | 102.00 | 107.00 | ERROR | |
| r-patched-linux-x86_64 | 3.1.0 | 3.22 | 90.11 | 93.33 | OK | |
| r-release-linux-x86_64 | 3.1.0 | 2.73 | 84.66 | 87.39 | OK | |
| r-release-macos-arm64 | 3.1.0 | 1.00 | 26.00 | 27.00 | OK | |
| r-release-macos-x86_64 | 3.1.0 | 3.00 | 167.00 | 170.00 | OK | |
| r-release-windows-x86_64 | 3.1.0 | 5.00 | 176.00 | 181.00 | OK | |
| r-oldrel-macos-arm64 | 3.1.0 | 1.00 | 33.00 | 34.00 | OK | |
| r-oldrel-macos-x86_64 | 3.1.0 | 3.00 | 247.00 | 250.00 | OK | |
| r-oldrel-windows-x86_64 | 3.1.0 | 6.00 | 138.00 | 144.00 | OK |
Version: 3.1.0
Check: tests
Result: ERROR
Running 'runit.R' [13s]
Running 'testthat.R' [1s]
Running 'tinytest.R' [2s]
Running the tests in 'tests/runit.R' failed.
Complete output:
> #!/usr/bin/Rscript --vanilla
> is_failure <- function(result) {
+ res <- RUnit::getErrors(result)
+ names(res) <- tolower(names(res)) # soothe lintr
+ sum_of_exceptions <- res[["nerr"]] + res[["nfail"]]
+ fail <- as.logical(sum_of_exceptions)
+ return(fail)
+ }
>
> if (interactive()) {
+ pkgload::load_all(path = ".") # needed to use pkgload's shim version of
+ # base's system.file
+ unit_dir <- system.file("inst", "runit_tests", package = "treePlotArea")
+ } else {
+ require("treePlotArea", quietly = TRUE, character.only = TRUE) ||
+ pkgload::load_all(path = ".") # needed to use pkgload's shim version of
+ r_call <- commandArgs(trailingOnly = FALSE)
+ if (any(grepl("--file", r_call))) {
+ unit_dir <- file.path("inst", "runit_tests")
+ } else {
+ unit_dir <- system.file("runit_tests", package = "treePlotArea")
+ }
+ }
Attaching package: 'treePlotArea'
The following object is masked from 'package:datasets':
trees
> if (! dir.exists(unit_dir)) {
+ stop("Can not find RUnit test directory ", unit_dir,
+ ". Try to (re)install the package first.")
+ }
> setup_file <- file.path(unit_dir, "setup.R")
> if (file.exists(setup_file)) source(setup_file)
> package_suite <- RUnit::defineTestSuite("treePlotArea_unit_test",
+ dirs = unit_dir,
+ testFileRegexp = "^runit.*\\.[rR]",
+ testFuncRegexp = "^test_+")
> test_result <- RUnit::runTestSuite(package_suite)
Executing test function test_check_boundaries ... Error in treePlotArea:::check_boundaries(boundary) :
Found boundary through the plot in corner 5 of tract 9999!
Stopping.
In addition: Warning messages:
1: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: Marsaglia-Multicarry has poor statistical properties
2: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) :
RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry
Error in treePlotArea:::check_boundaries(boundary) :
Found boundary through the plot in corner 5 of tract 9999!
Stopping.
done successfully.
Executing test function test_get_boundary_polygons ... Error in check_boundaries(current_boundaries, stop_on_error = stop_on_error, :
Found boundary through the plot in corner 2 of tract 2607!
Stopping.
done successfully.
Executing test function test_get_boundary_radius ... done successfully.
Executing test function test_check_tree ... done successfully.
Executing test function test_get_correction_factor ... done successfully.
Executing test function test_get_correction_factors ...
|
| | 0%
|
| | 1%
|
|= | 1%
|
|= | 2%
|
|== | 2%
|
|== | 3%
|
|=== | 4%
|
|=== | 5%
|
|==== | 5%
|
|==== | 6%
|
|===== | 6%
|
|===== | 7%
|
|===== | 8%
|
|====== | 8%
|
|====== | 9%
|
|======= | 9%
|
|======= | 10%
|
|======= | 11%
|
|======== | 11%
|
|======== | 12%
|
|========= | 12%
|
|========= | 13%
|
|========== | 14%
|
|========== | 15%
|
|=========== | 15%
|
|=========== | 16%
|
|============ | 16%
|
|============ | 17%
|
|============ | 18%
|
|============= | 18%
|
|============= | 19%
|
|============== | 19%
|
|============== | 20%
|
|============== | 21%
|
|=============== | 21%
|
|=============== | 22%
|
|================ | 22%
|
|================ | 23%
|
|================ | 24%
|
|================= | 24%
|
|================= | 25%
|
|================== | 25%
|
|================== | 26%
|
|=================== | 26%
|
|=================== | 27%
|
|=================== | 28%
|
|==================== | 28%
|
|==================== | 29%
|
|===================== | 29%
|
|===================== | 30%
|
|===================== | 31%
|
|====================== | 31%
|
|====================== | 32%
|
|======================= | 32%
|
|======================= | 33%
|
|======================= | 34%
|
|======================== | 34%
|
|======================== | 35%
|
|========================= | 35%
|
|========================= | 36%
|
|========================== | 37%
|
|========================== | 38%
|
|=========================== | 38%
|
|=========================== | 39%
|
|============================ | 39%
|
|============================ | 40%
|
|============================ | 41%
|
|============================= | 41%
|
|============================= | 42%
|
|============================== | 42%
|
|============================== | 43%
|
|============================== | 44%
|
|=============================== | 44%
|
|=============================== | 45%
|
|================================ | 45%
|
|================================ | 46%
Flavor: r-devel-windows-x86_64