Last updated on 2020-08-07 01:49:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.42 | 45.06 | 47.48 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.06 | 35.15 | 37.21 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 65.41 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 55.08 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 6.00 | 65.00 | 71.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.58 | 44.36 | 46.94 | NOTE | |
r-patched-solaris-x86 | 1.0 | 142.10 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.54 | 43.65 | 46.19 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 5.00 | 67.00 | 72.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 71.00 | 76.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
ifft: no visible global function definition for 'fft'
lines.deamer: no visible global function definition for 'lines'
rlaplace: no visible global function definition for 'runif'
Undefined global functions or variables:
fft lines runif
Consider adding
importFrom("graphics", "lines")
importFrom("stats", "fft", "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
Version: 1.0
Check: R code for possible problems
Result: NOTE
ifft: no visible global function definition for ‘fft’
lines.deamer: no visible global function definition for ‘lines’
plot.deamer: no visible global function definition for ‘plot’
rlaplace: no visible global function definition for ‘runif’
Undefined global functions or variables:
fft lines plot runif
Consider adding
importFrom("graphics", "lines", "plot")
importFrom("stats", "fft", "runif")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64