Last updated on 2026-05-10 21:50:01 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.9 | 2.13 | 41.43 | 43.56 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.9 | 1.58 | 32.34 | 33.92 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.9 | 69.71 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.0.9 | 75.57 | OK | |||
| r-devel-windows-x86_64 | 0.0.9 | 6.00 | 61.00 | 67.00 | OK | |
| r-patched-linux-x86_64 | 0.0.9 | 2.39 | 36.71 | 39.10 | OK | |
| r-release-linux-x86_64 | 0.0.9 | 2.14 | 36.87 | 39.01 | OK | |
| r-release-macos-arm64 | 0.0.9 | 1.00 | 19.00 | 20.00 | OK | |
| r-release-macos-x86_64 | 0.0.9 | 2.00 | 64.00 | 66.00 | OK | |
| r-release-windows-x86_64 | 0.0.9 | 6.00 | 63.00 | 69.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.9 | OK | ||||
| r-oldrel-macos-x86_64 | 0.0.9 | 2.00 | 56.00 | 58.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.9 | 5.00 | 73.00 | 78.00 | OK |
Version: 0.0.9
Check: examples
Result: ERROR
Running examples in ‘woylier-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: planned_tour_givens
> ### Title: A planned tour path using frame-to-frame interpolation.
> ### Aliases: planned_tour_givens
> ### Keywords: dynamic hplot
>
> ### ** Examples
>
> library(tourr)
> twod <- save_history(flea[, 1:3], max = 5)
Converting input data to the required matrix format.
> str(twod)
num [1:3, 1:2, 1:5] 1 0 0 0 1 ...
- attr(*, "data")= num [1:74, 1:3] 0.467 0.263 0.773 -0.145 -0.213 ...
..- attr(*, "dimnames")=List of 2
.. ..$ : chr [1:74] "1" "2" "3" "4" ...
.. ..$ : chr [1:3] "tars1" "tars2" "head"
> tourr::animate_xy(flea[, 1:3], woylier::planned_tour_givens(twod))
Converting input data to the required matrix format.
Error in .subset(x, i, j, k, drop = FALSE) :
incorrect number of dimensions
Calls: <Anonymous> ... as.list.history_array -> do.call -> apply -> array -> [ -> [.history_array
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc