Last updated on 2025-03-19 08:52:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6.5 | 40.31 | 59.70 | 100.01 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.6.5 | 32.90 | 41.05 | 73.95 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.6.5 | 181.23 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.6.5 | 187.53 | OK | |||
r-devel-macos-arm64 | 1.6.5 | 69.00 | OK | |||
r-devel-macos-x86_64 | 1.6.5 | 133.00 | OK | |||
r-devel-windows-x86_64 | 1.6.5 | 109.00 | 80.00 | 189.00 | OK | |
r-patched-linux-x86_64 | 1.6.5 | 42.87 | 56.95 | 99.82 | OK | |
r-release-linux-x86_64 | 1.6.5 | 35.76 | 55.59 | 91.35 | NOTE | |
r-release-macos-arm64 | 1.6.5 | 77.00 | ERROR | |||
r-release-macos-x86_64 | 1.6.5 | 222.00 | NOTE | |||
r-release-windows-x86_64 | 1.6.5 | 95.00 | 77.00 | 172.00 | NOTE | |
r-oldrel-macos-arm64 | 1.6.5 | NOTE | ||||
r-oldrel-macos-x86_64 | 1.6.5 | 230.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.6.5 | 94.00 | 89.00 | 183.00 | NOTE |
Version: 1.6.5
Check: compiled code
Result: WARN
File ‘fs/libs/fs.so’:
Found ‘_exit’, possibly from ‘_exit’ (C)
Object: ‘libuv-1.44.2/.libs/libuv.a’
Found ‘abort’, possibly from ‘abort’ (C)
Object: ‘libuv-1.44.2/.libs/libuv.a’
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘libuv-1.44.2/.libs/libuv.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘libuv-1.44.2/.libs/libuv.a’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.6.5
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.6.5
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [8s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(fs)
>
> test_check("fs")
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 3482 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
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
Flavor: r-release-macos-arm64
Version: 1.6.5
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘function-comparisons.Rmd’ using rmarkdown
Error: processing vignette 'function-comparisons.Rmd' failed with diagnostics:
there is no package called ‘rlang’
--- failed re-building ‘function-comparisons.Rmd’
SUMMARY: processing the following file failed:
‘function-comparisons.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-arm64