Last updated on 2022-04-16 13:51:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6-0 | 3.09 | 30.72 | 33.81 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.6-0 | 2.43 | 23.77 | 26.20 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.6-0 | 41.00 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.6-0 | 29.27 | NOTE | |||
r-devel-windows-x86_64-new-UL | 0.6-0 | 20.00 | 46.00 | 66.00 | NOTE | |
r-patched-linux-x86_64 | 0.6-0 | 2.45 | 30.29 | 32.74 | NOTE | |
r-release-linux-x86_64 | 0.6-0 | 2.51 | 28.38 | 30.89 | NOTE | |
r-release-macos-arm64 | 0.6-0 | NOTE | ||||
r-release-macos-x86_64 | 0.6-0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.6-0 | 9.00 | 30.00 | 39.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.6-0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.6-0 | 8.00 | 29.00 | 37.00 | NOTE |
Version: 0.6-0
Check: R code for possible problems
Result: NOTE
well19937.validate: no visible global function definition for 'runif'
Undefined global functions or variables:
runif
Consider adding
importFrom("stats", "runif")
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-new-UL, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.6-0
Check: compiled code
Result: NOTE
File ‘rngwell19937/libs/rngwell19937.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