Last updated on 2026-05-03 07:49:50 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.3.6 | 0.43 | 4.28 | 4.71 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.3.6 | 0.36 | 3.31 | 3.67 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.3.6 | 3.22 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 2.3.6 | 3.33 | ERROR | |||
| r-devel-windows-x86_64 | 2.3.6 | 16.00 | 366.00 | 382.00 | OK | |
| r-patched-linux-x86_64 | 2.3.6 | 0.47 | 2.21 | 2.68 | ERROR | |
| r-release-linux-x86_64 | 2.3.6 | 0.45 | 2.21 | 2.66 | ERROR | |
| 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 | 12.00 | 166.00 | 178.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 | 16.00 | 381.00 | 397.00 | OK |
Version: 2.3.6
Check: package dependencies
Result: ERROR
Package required but not available: ‘TreeDist’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
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