CRAN Package Check Results for Package withr

Last updated on 2024-07-23 05:57:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.0.0 2.70 55.69 58.39 WARN
r-devel-linux-x86_64-debian-gcc 3.0.0 1.95 41.75 43.70 WARN
r-devel-linux-x86_64-fedora-clang 3.0.0 80.69 WARN
r-devel-linux-x86_64-fedora-gcc 3.0.0 84.77 WARN
r-devel-windows-x86_64 3.0.0 6.00 73.00 79.00 WARN
r-patched-linux-x86_64 3.0.0 3.23 51.69 54.92 OK
r-release-linux-x86_64 3.0.0 2.98 51.48 54.46 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 7.00 72.00 79.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-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-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