Last updated on 2019-01-26 15:47:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 6.00 | 56.54 | 62.54 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 4.86 | 45.02 | 49.88 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 72.57 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 68.81 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 9.00 | 95.00 | 104.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 5.84 | 53.23 | 59.07 | NOTE | |
r-patched-solaris-x86 | 0.1 | 113.60 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 6.17 | 53.03 | 59.20 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1 | 11.00 | 70.00 | 81.00 | NOTE | |
r-release-osx-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 10.00 | 97.00 | 107.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1 | NOTE |
Version: 0.1
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
plot.wcr plot.wnet
See section ‘Registering S3 methods’ 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
Version: 0.1
Check: R code for possible problems
Result: NOTE
Data2wd: no visible binding for global variable ‘var’
getRsq: no visible global function definition for ‘var’
plot.wcr: no visible global function definition for ‘plot’
plot.wcr: no visible global function definition for ‘image’
plot.wcr: no visible global function definition for ‘par’
plot.wnet: no visible global function definition for ‘plot’
plot.wnet: no visible global function definition for ‘image’
plot.wnet: no visible global function definition for ‘par’
waveletGetCV: no visible binding for global variable ‘median’
waveletGetCV: no visible binding for global variable ‘sd’
wcr: no visible binding for global variable ‘var’
wcr: no visible global function definition for ‘cov’
wcr: no visible global function definition for ‘lm’
wcr: no visible global function definition for ‘ginv’
wcr: no visible global function definition for ‘glm’
wnet: no visible binding for global variable ‘var’
wnet: no visible global function definition for ‘predict’
Undefined global functions or variables:
cov ginv glm image lm median par plot predict sd var
Consider adding
importFrom("graphics", "image", "par", "plot")
importFrom("stats", "cov", "glm", "lm", "median", "predict", "sd",
"var")
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64