Last updated on 2025-04-03 15:51:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6.5 | 40.13 | 59.04 | 99.17 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.6.5 | 32.61 | 41.92 | 74.53 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.6.5 | 191.58 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.6.5 | 177.98 | WARN | |||
r-devel-macos-arm64 | 1.6.5 | 84.00 | WARN | |||
r-devel-macos-x86_64 | 1.6.5 | 133.00 | WARN | |||
r-devel-windows-x86_64 | 1.6.5 | 104.00 | 81.00 | 185.00 | WARN | |
r-patched-linux-x86_64 | 1.6.5 | 38.24 | 57.82 | 96.06 | WARN | |
r-release-linux-x86_64 | 1.6.5 | 35.05 | 56.20 | 91.25 | 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 | 79.00 | 174.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 | 92.00 | 91.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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 1.6.5
Check: compiled code
Result: WARN
File ‘fs/libs/fs.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘libuv-1.44.2/.libs/libuv.a’
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 ‘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.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.6.5
Check: compiled code
Result: WARN
File ‘fs/libs/fs.so’:
Found ‘___assert_rtn’, possibly from ‘assert’ (C)
Object: ‘libuv-1.44.2/.libs/libuv.a’
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Object: ‘libuv-1.44.2/.libs/libuv.a’
Found ‘__exit’, possibly from ‘_exit’ (C), ‘_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’
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.
Flavors: r-devel-macos-arm64, r-devel-macos-x86_64
Version: 1.6.5
Check: compiled code
Result: WARN
File 'fs/libs/x64/fs.dll':
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
Object: 'libuv-1.44.2/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-windows-x86_64
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.