Last updated on 2025-12-07 07:49:59 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.1 | 18.27 | 28.56 | 46.83 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.1 | 14.97 | 23.63 | 38.60 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.1 | 68.00 | 11.98 | 79.98 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 46.00 | 34.35 | 80.35 | OK | |
| r-devel-windows-x86_64 | 0.4.1 | 23.00 | 60.00 | 83.00 | OK | |
| r-patched-linux-x86_64 | 0.4.1 | 20.79 | 25.00 | 45.79 | OK | |
| r-release-linux-x86_64 | 0.4.1 | 20.83 | 25.02 | 45.85 | OK | |
| r-release-macos-arm64 | 0.4.1 | OK | ||||
| r-release-macos-x86_64 | 0.4.1 | 11.00 | 25.00 | 36.00 | OK | |
| r-release-windows-x86_64 | 0.4.1 | 23.00 | 61.00 | 84.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.1 | 8.00 | 22.00 | 30.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.1 | 23.00 | 75.00 | 98.00 | OK |
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(readobj)
>
> test_check("readobj")
Failed with error: 'there is no package called 'rgl''
Saving _problems/test-loadobj-61.R
Failed with error: 'there is no package called 'rgl''
Saving _problems/test-loadobj-74.R
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 11 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• empty test (1): 'test-loadobj.R:30:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-loadobj.R:60:3'): can load more complex obj files ──────────────
Error in `tinyobj2shapelist3d(rval)`: Please install.packages("rgl") to use this function!
Backtrace:
▆
1. ├─testthat::expect_is(...) at test-loadobj.R:60:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─readobj::read.obj(...)
5. └─readobj::tinyobj2shapelist3d(rval)
── Error ('test-loadobj.R:73:3'): can load obj files of rgl shapes written from nat ──
Error in `tinyobj2shapelist3d(rval)`: Please install.packages("rgl") to use this function!
Backtrace:
▆
1. ├─testthat::expect_is(...) at test-loadobj.R:73:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─readobj::read.obj(...)
5. └─readobj::tinyobj2shapelist3d(rval)
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 11 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc