Last updated on 2018-09-26 01:46:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 6.82 | 63.11 | 69.93 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 4.58 | 50.65 | 55.23 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 81.20 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 80.02 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 10.00 | 72.00 | 82.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 5.68 | 52.50 | 58.18 | NOTE | |
r-patched-solaris-x86 | 0.1 | 105.60 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 5.47 | 52.77 | 58.24 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1 | 13.00 | 87.00 | 100.00 | NOTE | |
r-release-osx-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 7.00 | 90.00 | 97.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