Last updated on 2020-08-07 01:49:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6-0 | 2.45 | 18.99 | 21.44 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.6-0 | 2.05 | 14.77 | 16.82 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.6-0 | 35.25 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.6-0 | 24.98 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.6-0 | 11.00 | 34.00 | 45.00 | NOTE | |
r-patched-linux-x86_64 | 0.6-0 | 2.24 | 18.70 | 20.94 | NOTE | |
r-patched-solaris-x86 | 0.6-0 | 39.70 | NOTE | |||
r-release-linux-x86_64 | 0.6-0 | 2.24 | 18.75 | 20.99 | NOTE | |
r-release-macos-x86_64 | 0.6-0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.6-0 | 10.00 | 53.00 | 63.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.6-0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.6-0 | 9.00 | 49.00 | 58.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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, 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