The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-05-20 23:50:29 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.3.6 | 6.83 | 113.40 | 120.23 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.3.6 | 6.28 | 84.06 | 90.34 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.3.6 | 13.00 | 185.11 | 198.11 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.3.6 | 12.00 | 188.74 | 200.74 | OK | |
| r-devel-windows-x86_64 | 2.3.6 | 11.00 | 272.00 | 283.00 | OK | |
| r-patched-linux-x86_64 | 2.3.6 | 8.12 | 103.51 | 111.63 | OK | |
| r-release-linux-x86_64 | 2.3.6 | 7.84 | 105.78 | 113.62 | 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 | 12.00 | 156.00 | 168.00 | OK | |
| r-oldrel-macos-arm64 | 2.3.6 | 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 | 378.00 | 393.00 | OK |
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.