Last updated on 2026-07-11 17:50:35 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.6.6 | 99.83 | 101.49 | 201.32 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.6.6 | 67.09 | 72.84 | 139.93 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.6.7 | 150.00 | 179.47 | 329.47 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.6.7 | 192.00 | 174.92 | 366.92 | OK | |
| r-devel-windows-x86_64 | 1.6.6 | 115.00 | 191.00 | 306.00 | ERROR | |
| r-patched-linux-x86_64 | 1.6.6 | 92.69 | 100.96 | 193.65 | OK | |
| r-release-linux-x86_64 | 1.6.6 | 90.35 | 101.00 | 191.35 | OK | |
| r-release-macos-arm64 | 1.6.7 | 20.00 | 25.00 | 45.00 | OK | |
| r-release-macos-x86_64 | 1.6.7 | 56.00 | 117.00 | 173.00 | OK | |
| r-release-windows-x86_64 | 1.6.7 | 114.00 | 171.00 | 285.00 | OK | |
| r-oldrel-macos-arm64 | 1.6.7 | 17.00 | 31.00 | 48.00 | OK | |
| r-oldrel-macos-x86_64 | 1.6.7 | 55.00 | 90.00 | 145.00 | OK | |
| r-oldrel-windows-x86_64 | 1.6.7 | 122.00 | 345.00 | 467.00 | OK |
Version: 1.6.6
Check: examples
Result: ERROR
Running examples in ‘rotations-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Q4
> ### Title: 'Q4' class for storing rotation data as quaternions
> ### Aliases: Q4 as.Q4 as.Q4.default as.Q4.SO3 as.Q4.Q4 as.Q4.data.frame
> ### is.Q4 id.Q4
> ### Keywords: datasets
>
> ### ** Examples
>
> # Pull off subject 1's wrist measurements
> Subj1Wrist <- subset(drill, Subject == '1' & Joint == 'Wrist')
>
> ## The measurements are in columns 5:8
> all(is.Q4(Subj1Wrist[,5:8])) #TRUE, even though Qs is a data.frame, the rows satisfy the
[1] TRUE
> #conditions necessary to be quaternions BUT,
> #S3 methods (e.g. 'mean' or 'plot') for objects of class
> #'Q4' will not work until 'as.Q4' is used
>
> Qs <- as.Q4(Subj1Wrist[,5:8]) #Coerce measurements into 'Q4' type using as.Q4.data.frame
> all(is.Q4(Qs)) #TRUE
Error in x[i, ...] : subscript out of bounds
Calls: is.Q4 -> apply -> [ -> [.Q4
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.6.6
Check: tests
Result: ERROR
Running ‘test-all.R’ [3s/3s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
> test_check("rotations")
Loading required package: rotations
Saving _problems/test_conversions-10.R
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 51 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_conversions.R:10:1'): (code run outside of `test_that()`) ────
Expected `is.Q4(as.Q4(u, r))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 51 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.6.6
Check: tests
Result: ERROR
Running ‘test-all.R’ [2s/3s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
> test_check("rotations")
Loading required package: rotations
Saving _problems/test_conversions-10.R
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 51 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_conversions.R:10:1'): (code run outside of `test_that()`) ────
Expected `is.Q4(as.Q4(u, r))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 51 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.6.6
Check: examples
Result: ERROR
Running examples in 'rotations-Ex.R' failed
The error most likely occurred in:
> ### Name: Q4
> ### Title: 'Q4' class for storing rotation data as quaternions
> ### Aliases: Q4 as.Q4 as.Q4.default as.Q4.SO3 as.Q4.Q4 as.Q4.data.frame
> ### is.Q4 id.Q4
> ### Keywords: datasets
>
> ### ** Examples
>
> # Pull off subject 1's wrist measurements
> Subj1Wrist <- subset(drill, Subject == '1' & Joint == 'Wrist')
>
> ## The measurements are in columns 5:8
> all(is.Q4(Subj1Wrist[,5:8])) #TRUE, even though Qs is a data.frame, the rows satisfy the
[1] TRUE
> #conditions necessary to be quaternions BUT,
> #S3 methods (e.g. 'mean' or 'plot') for objects of class
> #'Q4' will not work until 'as.Q4' is used
>
> Qs <- as.Q4(Subj1Wrist[,5:8]) #Coerce measurements into 'Q4' type using as.Q4.data.frame
> all(is.Q4(Qs)) #TRUE
Error in x[i, ...] : subscript out of bounds
Calls: is.Q4 -> apply -> [ -> [.Q4
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.6.6
Check: tests
Result: ERROR
Running 'test-all.R' [3s]
Running the tests in 'tests/test-all.R' failed.
Complete output:
> library(testthat)
> test_check("rotations")
Loading required package: rotations
Saving _problems/test_conversions-10.R
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 51 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_conversions.R:10:1'): (code run outside of `test_that()`) ────
Expected `is.Q4(as.Q4(u, r))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 51 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64