CRAN Package Check Results for Package treePlotArea

Last updated on 2026-03-19 04:57:32 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.1.0 2.92 90.87 93.79 OK
r-devel-linux-x86_64-debian-gcc 3.1.0 2.11 63.65 65.76 OK
r-devel-linux-x86_64-fedora-clang 3.1.0 5.00 157.68 162.68 OK
r-devel-linux-x86_64-fedora-gcc 3.1.0 159.15 OK
r-devel-macos-arm64 3.1.0 1.00 30.00 31.00 OK
r-devel-windows-x86_64 3.1.0 6.00 95.00 101.00 ERROR
r-patched-linux-x86_64 3.1.0 3.36 83.30 86.66 OK
r-release-linux-x86_64 3.1.0 2.87 85.16 88.03 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 8.00 135.00 143.00 OK

Check Details

Version: 3.1.0
Check: tests
Result: ERROR Running 'runit.R' [5s] Running 'testthat.R' [1s] Running 'tinytest.R' [1s] 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 ... Flavor: r-devel-windows-x86_64