Last updated on 2018-02-25 00:48:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3 | 1.10 | 17.38 | 18.48 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3 | 0.77 | 13.83 | 14.60 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3 | 22.67 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3 | 21.01 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.3 | 4.00 | 28.00 | 32.00 | NOTE | |
r-patched-linux-x86_64 | 1.3 | 0.92 | 16.52 | 17.44 | NOTE | |
r-patched-solaris-x86 | 1.3 | 31.50 | NOTE | |||
r-release-linux-x86_64 | 1.3 | 0.70 | 16.41 | 17.11 | NOTE | |
r-release-windows-ix86+x86_64 | 1.3 | 3.00 | 36.00 | 39.00 | NOTE | |
r-release-osx-x86_64 | 1.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.3 | 2.00 | 34.00 | 36.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