CRAN Package Check Results for Package withr

Last updated on 2024-07-17 12:40:46 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.0.0 3.32 56.36 59.68 WARN
r-devel-linux-x86_64-debian-gcc 3.0.0 1.88 40.95 42.83 WARN
r-devel-linux-x86_64-fedora-clang 3.0.0 75.82 OK
r-devel-linux-x86_64-fedora-gcc 3.0.0 82.79 OK
r-devel-windows-x86_64 3.0.0 6.00 74.00 80.00 WARN
r-patched-linux-x86_64 3.0.0 4.85 53.09 57.94 OK
r-release-linux-x86_64 3.0.0 2.82 51.49 54.31 OK
r-release-macos-arm64 3.0.0 34.00 ERROR
r-release-macos-x86_64 3.0.0 52.00 OK
r-release-windows-x86_64 3.0.0 6.00 72.00 78.00 OK
r-oldrel-macos-arm64 3.0.0 59.00 OK
r-oldrel-macos-x86_64 3.0.0 136.00 OK
r-oldrel-windows-x86_64 3.0.0 6.00 80.00 86.00 OK

Check Details

Version: 3.0.0
Check: for code/documentation mismatches
Result: WARN Codoc mismatches from Rd file 'devices.Rd': with_pdf Code: function(new, code, width, height, onefile, family, title, fonts, version, paper, encoding, bg, fg, pointsize, pagecentre, colormodel, useDingbats, useKerning, fillOddEven, compress, timestamp, producer, author) Docs: function(new, code, width, height, onefile, family, title, fonts, version, paper, encoding, bg, fg, pointsize, pagecentre, colormodel, useDingbats, useKerning, fillOddEven, compress) Argument names in code not in docs: timestamp producer author local_pdf Code: function(new = list(), width, height, onefile, family, title, fonts, version, paper, encoding, bg, fg, pointsize, pagecentre, colormodel, useDingbats, useKerning, fillOddEven, compress, timestamp, producer, author, .local_envir = parent.frame()) Docs: function(new = list(), width, height, onefile, family, title, fonts, version, paper, encoding, bg, fg, pointsize, pagecentre, colormodel, useDingbats, useKerning, fillOddEven, compress, .local_envir = parent.frame()) Argument names in code not in docs: timestamp producer author Mismatches in argument names: Position: 20 Code: timestamp Docs: .local_envir Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 3.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(withr) > > test_check("withr") [ FAIL 0 | WARN 3 | SKIP 5 | PASS 382 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ Error in base::nchar(wide_chars$test, type = "width") : cannot open file '/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/cli/R/sysdata.rdb': No such file or directory Calls: test_check ... unicode_pre -> setup_unicode_width_fix -> <Anonymous> Execution halted No deferred expressions to run No deferred expressions to run Flavor: r-release-macos-arm64