Last updated on 2025-02-05 17:49:59 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6 | 13.19 | 85.62 | 98.81 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.6 | 10.65 | 63.01 | 73.66 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.6 | 159.33 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.6 | 165.42 | NOTE | |||
r-devel-windows-x86_64 | 0.6 | 16.00 | 110.00 | 126.00 | NOTE | |
r-patched-linux-x86_64 | 0.6 | 14.91 | 77.16 | 92.07 | OK | |
r-release-linux-x86_64 | 0.6 | 13.62 | 77.99 | 91.61 | OK | |
r-release-macos-arm64 | 0.6 | 73.00 | WARN | |||
r-release-macos-x86_64 | 0.6 | 144.00 | WARN | |||
r-release-windows-x86_64 | 0.6 | 16.00 | 107.00 | 123.00 | OK | |
r-oldrel-macos-arm64 | 0.6 | 68.00 | WARN | |||
r-oldrel-macos-x86_64 | 0.6 | 120.00 | WARN | |||
r-oldrel-windows-x86_64 | 0.6 | 19.00 | 126.00 | 145.00 | OK |
Version: 0.6
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘datasim_helpers.R’ ‘model_eval.R’ ‘model_plot.R’ ‘model_values.R’
‘ntiles.R’ ‘point_plot.R’ ‘print.R’ ‘sims.R’ ‘trials.R’
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: 0.6
Check: loading without being on the library search path
Result: WARN
Error: package or namespace load failed for ‘LSTbook’:
.onLoad failed in loadNamespace() for 'LSTbook', details:
call: loadNamespace(name)
error: there is no package called ‘mosaicData’
Execution halted
It looks like this package has a loading problem when not on .libPaths:
see the messages for details.
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64