CRAN Package Check Results for Package Ternary

Last updated on 2026-06-03 04:50:56 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.3.6 7.52 113.37 120.89 OK
r-devel-linux-x86_64-debian-gcc 2.3.6 5.47 82.35 87.82 OK
r-devel-linux-x86_64-fedora-clang 2.3.6 14.00 183.74 197.74 ERROR
r-devel-linux-x86_64-fedora-gcc 2.3.6 13.00 193.53 206.53 ERROR
r-devel-windows-x86_64 2.3.6 11.00 161.00 172.00 OK
r-patched-linux-x86_64 2.3.6 9.11 105.39 114.50 OK
r-release-linux-x86_64 2.3.6 5.86 105.17 111.03 OK
r-release-macos-arm64 2.3.6 2.00 33.00 35.00 OK
r-release-macos-x86_64 2.3.6 43.00 640.00 683.00 ERROR
r-release-windows-x86_64 2.3.6 10.00 370.00 380.00 OK
r-oldrel-macos-arm64 2.3.6 2.00 45.00 47.00 OK
r-oldrel-macos-x86_64 2.3.6 6.00 124.00 130.00 OK
r-oldrel-windows-x86_64 2.3.6 15.00 435.00 450.00 OK

Check Details

Version: 2.3.6
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘Holdridge.Rmd’ using rmarkdown --- finished re-building ‘Holdridge.Rmd’ --- re-building ‘Ternary.Rmd’ using rmarkdown --- finished re-building ‘Ternary.Rmd’ --- re-building ‘annotation.Rmd’ using rmarkdown --- finished re-building ‘annotation.Rmd’ --- re-building ‘interpolation.Rmd’ using rmarkdown --- finished re-building ‘interpolation.Rmd’ --- re-building ‘new-users.Rmd’ using rmarkdown Quitting from new-users.Rmd:32-42 [first-plot] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `UseMethod()`: ! no applicable method for 'TernaryToXY' applied to an object of class "ts" --- Backtrace: ▆ 1. └─Ternary::TernaryPoints(Seatbelts[, seat]) 2. └─Ternary::AddToTernary(points, coordinates, ...) 3. └─Ternary::CoordinatesToXY(coordinates) 4. └─base::apply(coordinates, which_dim, TernaryCoords) 5. └─Ternary (local) FUN(newX[, i], ...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'new-users.Rmd' failed with diagnostics: no applicable method for 'TernaryToXY' applied to an object of class "ts" --- failed re-building ‘new-users.Rmd’ SUMMARY: processing the following file failed: ‘new-users.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 2.3.6
Check: examples
Result: ERROR Running examples in ‘Ternary-Ex.R’ failed The error most likely occurred in: > ### Name: Annotate > ### Title: Annotate points on a ternary plot > ### Aliases: Annotate > > ### ** Examples > > # Load some data > data("Seatbelts") > seats <- c("drivers", "front", "rear") > seat <- Seatbelts[month.abb %in% "Oct", seats] > law <- Seatbelts[month.abb %in% "Oct", "law"] > > # Set up plot > oPar <- par(mar = c(2, 0, 0, 0)) > TernaryPlot(alab = seats[1], blab = seats[2], clab = seats[3]) > TernaryPoints(seat, cex = 0.8, col = 2 + law) > > # Annotate points by year > Annotate(seat, labels = 1969:1984, col = 2 + law) Error in lapjv(x, max(x)) : object '_TreeDist_lapjv' not found Calls: Annotate -> LAPJV -> lapjv Execution halted Flavor: r-release-macos-x86_64

Version: 2.3.6
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [17s/32s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library("testthat") > library("Ternary") > > test_check("Ternary") Saving _problems/test-Annotate-12.R [ FAIL 1 | WARN 1 | SKIP 10 | PASS 117 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-Contours.R:22:1', 'test-Contours.R:234:1', 'test-Contours.R:243:1', 'test-Holdridge.R:8:1', 'test-axis-rotate.R:1:1', 'test-axis-rotate.R:69:1', 'test-ternary.R:46:1', 'test-ternary.R:70:1', 'test-ternary.R:130:1', 'test-ternary.R:142:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-Annotate.R:12:5'): Annotate() works ──────────────────────────── Error in `lapjv(x, max(x))`: object '_TreeDist_lapjv' not found Backtrace: ▆ 1. └─vdiffr::expect_doppelganger("Annotate-basics", AnnotateBasics) at test-Annotate.R:20:3 2. └─vdiffr (local) writer(fig, testcase, title) 3. ├─vdiffr:::print_plot(plot, title) 4. └─vdiffr:::print_plot.function(plot, title) 5. └─Ternary (local) p() 6. └─Ternary::Annotate(ptsList[1:2], side = 1, outset = 0.2) at test-Annotate.R:12:5 7. └─TreeDist::LAPJV(euclid) 8. └─TreeDist:::lapjv(x, max(x)) [ FAIL 1 | WARN 1 | SKIP 10 | PASS 117 ] Deleting unused snapshots: 'Annotate/annotate-auto-locate.svg' and 'Annotate/annotate-zoomed.svg' Error: ! Test failures. Execution halted Flavor: r-release-macos-x86_64

Version: 2.3.6
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘Holdridge.Rmd’ using rmarkdown --- finished re-building ‘Holdridge.Rmd’ --- re-building ‘Ternary.Rmd’ using rmarkdown --- finished re-building ‘Ternary.Rmd’ --- re-building ‘annotation.Rmd’ using rmarkdown Quitting from annotation.Rmd:36-48 [auto-annotate] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `lapjv()`: ! object '_TreeDist_lapjv' not found --- Backtrace: ▆ 1. └─Ternary::Annotate(points[, 1:3], col = points[, "col"]) 2. └─TreeDist::LAPJV(euclid) 3. └─TreeDist:::lapjv(x, max(x)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'annotation.Rmd' failed with diagnostics: object '_TreeDist_lapjv' not found --- failed re-building ‘annotation.Rmd’ --- re-building ‘interpolation.Rmd’ using rmarkdown --- finished re-building ‘interpolation.Rmd’ --- re-building ‘new-users.Rmd’ using rmarkdown --- finished re-building ‘new-users.Rmd’ SUMMARY: processing the following file failed: ‘annotation.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-macos-x86_64