Last updated on 2020-08-07 01:49:44 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8-4 | 3.36 | 32.63 | 35.99 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.8-4 | 2.84 | 24.96 | 27.80 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.8-4 | 51.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.8-4 | 41.97 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.8-4 | 8.00 | 42.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 0.8-4 | 3.24 | 31.97 | 35.21 | NOTE | |
r-patched-solaris-x86 | 0.8-4 | 63.50 | NOTE | |||
r-release-linux-x86_64 | 0.8-4 | 2.79 | 31.65 | 34.44 | NOTE | |
r-release-macos-x86_64 | 0.8-4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.8-4 | 12.00 | 52.00 | 64.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.8-4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.8-4 | 6.00 | 41.00 | 47.00 | 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-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.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 '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 points qn sd
Consider adding
importFrom("graphics", "abline", "legend", "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-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: 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-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64