Last updated on 2025-05-22 05:51:10 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 11.18 | 127.99 | 139.17 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 7.17 | 88.79 | 95.96 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 197.78 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 180.51 | OK | |||
r-devel-windows-x86_64 | 0.3.0 | 19.00 | 127.00 | 146.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 10.20 | 120.54 | 130.74 | NOTE | |
r-release-linux-x86_64 | 0.2.0 | 10.25 | 120.87 | 131.12 | NOTE | |
r-release-macos-arm64 | 0.3.0 | 62.00 | OK | |||
r-release-macos-x86_64 | 0.3.0 | 126.00 | WARN | |||
r-release-windows-x86_64 | 0.2.0 | 13.00 | 127.00 | 140.00 | NOTE | |
r-oldrel-macos-arm64 | 0.3.0 | 57.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.0 | 109.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.0 | 16.00 | 160.00 | 176.00 | OK |
Version: 0.2.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.3.0 because package code uses the pipe
placeholder at the head of a chain of extractions syntax added in R
4.3.0.
File(s) using such syntax:
‘plate.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Version: 0.3.0
Check: loading without being on the library search path
Result: WARN
Error: package or namespace load failed for ‘PKbioanalysis’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘dplyr’
Execution halted
It looks like this package has a loading problem when not on .libPaths:
see the messages for details.
Flavor: r-release-macos-x86_64