CRAN Package Check Results for Package cpp11armadillo

Last updated on 2025-05-24 01:51:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 9.30 48.66 57.96 OK
r-devel-linux-x86_64-debian-gcc 0.5.2 6.08 40.73 46.81 OK
r-devel-linux-x86_64-fedora-clang 0.5.2 99.97 OK
r-devel-linux-x86_64-fedora-gcc 0.5.2 105.53 OK
r-devel-windows-x86_64 0.5.0 15.00 136.00 151.00 OK
r-patched-linux-x86_64 0.5.0 8.28 45.53 53.81 OK
r-release-linux-x86_64 0.5.0 8.18 47.29 55.47 OK
r-release-macos-arm64 0.5.2 97.00 OK
r-release-macos-x86_64 131.00 ERROR
r-release-windows-x86_64 0.5.2 24.00 98.00 122.00 OK
r-oldrel-macos-arm64 0.5.2 118.00 NOTE
r-oldrel-macos-x86_64 0.5.2 130.00 NOTE
r-oldrel-windows-x86_64 0.4.6 13.00 85.00 98.00 NOTE

Check Details

Version: 0.5.2
Check: examples
Result: ERROR Running examples in ‘cpp11armadillo-Ex.R’ failed The error most likely occurred in: > ### Name: cpp_vendor > ### Title: Vendor the cpp11 and cpp11armadillo dependency > ### Aliases: cpp_vendor > > ### ** Examples > > # create a new directory > dir <- tempdir() > dir.create(dir) Warning in dir.create(dir) : '/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T//RtmpPsPY6w' already exists > > # vendor the cpp11 headers into the directory > cpp_vendor(dir) Warning in close.connection(con) : Problem closing connection: No space left on device Error in writeLines(c(armadillo_header, readLines(f)), file.path(path, : Error writing to connection: No space left on device Calls: cpp_vendor -> copy_files -> writeLines Execution halted Flavor: r-release-macos-x86_64

Version: 0.5.2
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/2s] 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") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 3 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-vendor.R:13:5'): cpp_vendor: errors if cpp11 is already vendored ── Error in `writeLines(c(armadillo_header, readLines(f)), file.path(path, out, basename(f)))`: Error writing to connection: No space left on device Backtrace: ▆ 1. └─cpp11armadillo::cpp_vendor(pkg_path(pkg)) at test-vendor.R:13:5 2. └─cpp11armadillo:::copy_files(...) 3. └─base::writeLines(...) ── Error ('test-vendor.R:25:5'): cpp_vendor: vendors cpp11 ───────────────────── Error in `writeLines(c(armadillo_header, readLines(f)), file.path(path, out, basename(f)))`: Error writing to connection: No space left on device Backtrace: ▆ 1. └─cpp11armadillo::cpp_vendor(pkg_path(pkg)) at test-vendor.R:25:5 2. └─cpp11armadillo:::copy_files(...) 3. └─base::writeLines(...) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 3 ] Error: Test failures Execution halted Flavor: r-release-macos-x86_64

Version: 0.5.2
Check: installed package size
Result: NOTE installed size is 8.3Mb sub-directories of 1Mb or more: doc 1.5Mb include 6.5Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.4.6
Check: installed package size
Result: NOTE installed size is 8.4Mb sub-directories of 1Mb or more: doc 1.5Mb include 6.7Mb Flavor: r-oldrel-windows-x86_64