Last updated on 2022-05-18 11:52:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2-12 | 4.85 | 43.84 | 48.69 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2-12 | 3.82 | 33.40 | 37.22 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2-12 | 58.61 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2-12 | 56.51 | NOTE | |||
r-devel-windows-x86_64 | 0.2-12 | 24.00 | 63.00 | 87.00 | NOTE | |
r-patched-linux-x86_64 | 0.2-12 | 4.79 | 40.78 | 45.57 | NOTE | |
r-release-linux-x86_64 | 0.2-12 | 4.87 | 41.69 | 46.56 | 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 | 26.00 | 62.00 | 88.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 | 64.00 | 75.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