Last updated on 2022-06-20 14:51:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 3.54 | 20.61 | 24.15 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.77 | 16.30 | 19.07 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 40.77 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 39.45 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 12.00 | 44.00 | 56.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.79 | 20.06 | 22.85 | NOTE | |
r-release-linux-x86_64 | 1.0 | 2.45 | 20.11 | 22.56 | NOTE | |
r-release-macos-arm64 | 1.0 | 15.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 20.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 7.00 | 42.00 | 49.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 16.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 26.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 9.00 | 38.00 | 47.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
TwoCop: no visible global function definition for 'quantile'
Undefined global functions or variables:
quantile
Consider adding
importFrom("stats", "quantile")
to your NAMESPACE file.
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, r-patched-linux-x86_64, 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-ix86+x86_64
Version: 1.0
Check: compiled code
Result: NOTE
File ‘TwoCop/libs/TwoCop.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
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