Last updated on 2020-09-17 02:08:13 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4 | 2.80 | 29.01 | 31.81 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4 | 2.40 | 23.16 | 25.56 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4 | 49.40 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.4 | 42.18 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.4 | 8.00 | 53.00 | 61.00 | NOTE | |
r-patched-linux-x86_64 | 0.4 | 2.94 | 29.99 | 32.93 | NOTE | |
r-patched-solaris-x86 | 0.4 | 58.30 | NOTE | |||
r-release-linux-x86_64 | 0.4 | 2.57 | 30.11 | 32.68 | NOTE | |
r-release-macos-x86_64 | 0.4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.4 | 8.00 | 54.00 | 62.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.4 | 7.00 | 72.00 | 79.00 | NOTE |
Version: 0.4
Check: R code for possible problems
Result: NOTE
arms: no visible global function definition for 'rnorm'
rballunif: no visible global function definition for 'rnorm'
rballunif: no visible global function definition for 'runif'
Undefined global functions or variables:
rnorm runif
Consider adding
importFrom("stats", "rnorm", "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.4
Check: compiled code
Result: NOTE
File ‘HI/libs/HI.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