Last updated on 2026-06-08 02:51:07 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.4 | 10.48 | 53.03 | 63.51 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.4 | 6.07 | 42.35 | 48.42 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.5.4 | 15.00 | 78.23 | 93.23 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.4 | 14.00 | 93.24 | 107.24 | OK | |
| r-devel-windows-x86_64 | 0.5.4 | 17.00 | 85.00 | 102.00 | OK | |
| r-patched-linux-x86_64 | 0.5.4 | 7.97 | 49.61 | 57.58 | OK | |
| r-release-linux-x86_64 | 0.5.4 | 7.71 | 49.72 | 57.43 | OK | |
| r-release-macos-arm64 | 0.5.4 | 3.00 | 25.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 0.5.4 | 7.00 | 91.00 | 98.00 | OK | |
| r-release-windows-x86_64 | 0.5.4 | 22.00 | 82.00 | 104.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.5.4 | 6.00 | 145.00 | 151.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.4 | 101.00 | 96.00 | 197.00 | OK |
Version: 0.5.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(cpp11armadillo)
>
> test_check("cpp11armadillo")
Saving _problems/test-vendor-13.R
Makevars and/or Makevars.win should have a line such as 'PKG_CPPFLAGS = -I../inst/include'
DESCRIPTION should not have lines such as 'LinkingTo: cpp11'
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 6 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-vendor.R:13:5'): cpp_vendor / errors if cpp11 is already vendored ──
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. └─cpp11armadillo::cpp_vendor(pkg_path(pkg)) at test-vendor.R:13:5
2. └─cpp11armadillo:::copy_files(...)
3. └─base::writeLines(...)
4. └─base::file(con, "w")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 6 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc