Last updated on 2022-06-15 07:52:10 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2-12 | 4.70 | 42.53 | 47.23 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2-12 | 3.27 | 33.25 | 36.52 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2-12 | 57.65 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2-12 | 57.14 | NOTE | |||
r-devel-windows-x86_64 | 0.2-12 | 31.00 | 72.00 | 103.00 | NOTE | |
r-patched-linux-x86_64 | 0.2-12 | 4.54 | 40.75 | 45.29 | NOTE | |
r-release-linux-x86_64 | 0.2-12 | 3.55 | 41.36 | 44.91 | NOTE | |
r-release-macos-arm64 | 0.2-12 | 21.00 | NOTE | |||
r-release-macos-x86_64 | 0.2-12 | 28.00 | NOTE | |||
r-release-windows-x86_64 | 0.2-12 | 32.00 | 67.00 | 99.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2-12 | 26.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.2-12 | 37.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.2-12 | 11.00 | 60.00 | 71.00 | NOTE |
Version: 0.2-12
Check: R code for possible problems
Result: NOTE
balloon: no visible global function definition for 'convolve'
physnoise: no visible global function definition for 'sd'
physnoise: no visible global function definition for 'rnorm'
rrice: no visible global function definition for 'rnorm'
simTSrestingstate: no visible global function definition for 'runif'
simTSrestingstate: no visible global function definition for 'fft'
spatialnoise: no visible global function definition for 'rnorm'
spatialnoise: no visible global function definition for 'qgamma'
spatialnoise: no visible global function definition for 'pnorm'
specifydesign: no visible global function definition for 'convolve'
systemnoise: no visible global function definition for 'rnorm'
tasknoise: no visible global function definition for 'rnorm'
tasknoise: no visible global function definition for 'sd'
temporalnoise: no visible global function definition for 'arima.sim'
Undefined global functions or variables:
arima.sim convolve fft pnorm qgamma rnorm runif sd
Consider adding
importFrom("stats", "arima.sim", "convolve", "fft", "pnorm", "qgamma",
"rnorm", "runif", "sd")
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: 0.2-12
Check: compiled code
Result: NOTE
File ‘neuRosim/libs/neuRosim.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