Last updated on 2019-05-01 01:51:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8-4 | 2.96 | 30.31 | 33.27 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.8-4 | 2.36 | 24.17 | 26.53 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.8-4 | 38.42 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.8-4 | 36.43 | NOTE | |||
r-patched-linux-x86_64 | 0.8-4 | 2.91 | 29.63 | 32.54 | NOTE | |
r-patched-solaris-x86 | 0.8-4 | 59.10 | NOTE | |||
r-release-linux-x86_64 | 0.8-4 | 3.11 | 29.82 | 32.93 | NOTE | |
r-release-windows-ix86+x86_64 | 0.8-4 | 8.00 | 55.00 | 63.00 | NOTE | |
r-release-osx-x86_64 | 0.8-4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.8-4 | 6.00 | 38.00 | 44.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.8-4 | NOTE |
Version: 0.8-4
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls in package code:
'pcaPP' 'snowFT' 'wavelets'
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.8-4
Check: R code for possible problems
Result: NOTE
ComputeDCT2FFT: no visible global function definition for 'fft'
ComputeSemipgramFFT: no visible global function definition for 'fft'
WaveVarFD: no visible global function definition for 'modwt'
do.fd.estimate: no visible global function definition for
'performParallel'
do.fd.estimate2d.simple: no visible global function definition for
'median'
fd.Genton: no visible global function definition for 'qn'
fd.estimate.matrix: no visible global function definition for
'performParallel'
fd.plot.legend: no visible global function definition for 'legend'
fd.plot.loglog: no visible global function definition for 'plot'
fd.plot.loglog: no visible global function definition for 'points'
fd.plot.loglog: no visible global function definition for 'abline'
summary.FractalDim: no visible binding for global variable 'sd'
Undefined global functions or variables:
abline fft legend median modwt performParallel plot points qn sd
Consider adding
importFrom("graphics", "abline", "legend", "plot", "points")
importFrom("stats", "fft", "median", "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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64