Last updated on 2025-08-29 04:50:14 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 10.18 | 115.83 | 126.01 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 7.55 | 91.50 | 99.05 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 201.56 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 206.18 | OK | |||
r-devel-windows-x86_64 | 0.1.4 | 12.00 | 118.00 | 130.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.4 | 9.13 | 109.32 | 118.45 | NOTE | |
r-release-linux-x86_64 | 0.1.4 | 9.60 | 109.70 | 119.30 | NOTE | |
r-release-macos-arm64 | 0.1.4 | 106.00 | OK | |||
r-release-macos-x86_64 | 0.1.4 | 155.00 | OK | |||
r-release-windows-x86_64 | 0.1.4 | 10.00 | 142.00 | 152.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.4 | 108.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.4 | 160.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.4 | 14.00 | 141.00 | 155.00 | ERROR |
Version: 0.1.4
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
l_tour.Rd: grand_tour, dependence_tour, frozen_tour, guided_tour,
planned_tour
tour_pairs.Rd: l_pairs
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Version: 0.1.4
Check: tests
Result: ERROR
Running 'testthat.R' [31s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(loon.tourr)
Loading required package: tcltk
Loading required package: loon
loon Version 1.4.3.
To learn more about loon, see
l_web() if internet browser capable, or,
help(package = 'loon') otherwise.
Loading required package: tourr
Attaching package: 'tourr'
The following object is masked from 'package:loon':
olive
Registered S3 method overwritten by 'loon.tourr':
method from
l_getPlots.l_compound loon
>
> testthat::test_check("loon.tourr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 64 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_callback_functions.R:206:3'): test callback l_pairs ────────────
Error in `tours[[var]]`: attempt to select less than one element in integerOneIndex
Backtrace:
▆
1. └─testthat::expect_equal(tours[[var]][, 1], widget$x2y1["y"]) at test_callback_functions.R:206:3
2. └─testthat::quasi_label(enquo(object), label, arg = "object")
3. └─rlang::eval_bare(expr, quo_get_env(quo))
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 64 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64