Last updated on 2026-05-11 00:52:18 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.6 | 6.05 | 85.58 | 91.63 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.6 | 4.41 | 51.39 | 55.80 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.6 | 11.00 | 135.94 | 146.94 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.6 | 10.00 | 140.26 | 150.26 | OK | |
| r-devel-windows-x86_64 | 1.2.6 | 11.00 | 136.00 | 147.00 | OK | |
| r-patched-linux-x86_64 | 1.2.6 | 8.91 | 77.67 | 86.58 | OK | |
| r-release-linux-x86_64 | 1.2.6 | 6.52 | 78.22 | 84.74 | OK | |
| r-release-macos-arm64 | 1.2.6 | 2.00 | 45.00 | 47.00 | OK | |
| r-release-macos-x86_64 | 1.2.6 | 4.00 | 106.00 | 110.00 | OK | |
| r-release-windows-x86_64 | 1.2.6 | 11.00 | 130.00 | 141.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.6 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.6 | 4.00 | 101.00 | 105.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.6 | 12.00 | 147.00 | 159.00 | OK |
Version: 1.2.6
Check: examples
Result: ERROR
Running examples in ‘tourr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: interpolate
> ### Title: Interpolate geodesically between bases.
> ### Aliases: interpolate
> ### Keywords: hplot
>
> ### ** Examples
>
> t1 <- save_history(flea[, 1:6], grand_tour(1), max = 3)
Converting input data to the required matrix format.
> dim(t1)
[1] 6 1 3
> dim(interpolate(t1, 0.01))
Error in .subset(x, i, j, k, drop = FALSE) :
incorrect number of dimensions
Calls: interpolate ... as.list.history_array -> do.call -> apply -> array -> [ -> [.history_array
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.6
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘edges.Rmd’ using rmarkdown
--- finished re-building ‘edges.Rmd’
--- re-building ‘tourr.Rmd’ using rmarkdown
Quitting from tourr.Rmd:123-126 [unnamed-chunk-9]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `.subset()`:
! incorrect number of dimensions
---
Backtrace:
▆
1. ├─tourr::animate(f, planned_tour(t1))
2. │ └─tourr::new_tour(data, tour_path, start, ...)
3. │ └─base::stopifnot(inherits(tour_path, "tour_path"))
4. └─tourr::planned_tour(t1)
5. ├─base::as.list(basis_set)
6. └─tourr:::as.list.history_array(basis_set)
7. ├─base::do.call("c", apply(x, 3, list))
8. └─base::apply(x, 3, list)
9. ├─base::array(newX[, i], d.call, dn.call)
10. ├─newX[, i]
11. └─tourr:::`[.history_array`(newX, , i)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'tourr.Rmd' failed with diagnostics:
incorrect number of dimensions
--- failed re-building ‘tourr.Rmd’
SUMMARY: processing the following file failed:
‘tourr.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc