Last updated on 2018-04-29 01:47:11 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3 | 0.77 | 17.80 | 18.57 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3 | 0.68 | 15.10 | 15.78 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3 | 21.96 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3 | 21.09 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.3 | 3.00 | 28.00 | 31.00 | NOTE | |
r-patched-linux-x86_64 | 1.3 | 1.17 | 17.57 | 18.74 | NOTE | |
r-patched-solaris-x86 | 1.3 | 35.60 | NOTE | |||
r-release-linux-x86_64 | 1.3 | 0.90 | 17.27 | 18.17 | NOTE | |
r-release-windows-ix86+x86_64 | 1.3 | 3.00 | 28.00 | 31.00 | NOTE | |
r-release-osx-x86_64 | 1.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.3 | 3.00 | 37.00 | 40.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.3 | NOTE |
Version: 1.3
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
contour.mvcwt image.mvcwt plot.mvcwt
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: 1.3
Check: R code for possible problems
Result: NOTE
contour.mvcwt: no visible global function definition for ‘par’
get.min.scale: no visible global function definition for ‘median’
image.mvcwt: no visible global function definition for ‘par’
plot.mvcwt: no visible global function definition for ‘par’
print.mvcwt: no visible global function definition for ‘str’
Undefined global functions or variables:
median par str
Consider adding
importFrom("graphics", "par")
importFrom("stats", "median")
importFrom("utils", "str")
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