Last updated on 2015-09-06 23:47:27.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 1.19 | 17.07 | 18.26 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.29 | 16.80 | 18.09 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 35.13 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 32.49 | NOTE | |||
r-devel-osx-x86_64-clang | 1.0.0 | 33.14 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.0 | 5.00 | 35.00 | 40.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.0 | 1.78 | 17.52 | 19.31 | NOTE | |
r-patched-solaris-sparc | 1.0.0 | 229.50 | NOTE | |||
r-patched-solaris-x86 | 1.0.0 | 55.00 | NOTE | |||
r-release-linux-x86_64 | 1.0.0 | 1.34 | 18.10 | 19.44 | NOTE | |
r-release-osx-x86_64-mavericks | 1.0.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.0 | 7.00 | 33.00 | 40.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 11.00 | 56.00 | 67.00 | OK |
Version: 1.0.0
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64
Version: 1.0.0
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
plot.imgur_gallery_image
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-devel-osx-x86_64-clang, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64
Version: 1.0.0
Check: R code for possible problems
Result: NOTE
add_gallery_images: no visible binding for global variable ‘image’
imguR: no visible binding for global variable ‘png’
imguR: no visible global function definition for ‘dev.cur’
imgur: no visible binding for global variable ‘png’
imgur: no visible global function definition for ‘dev.cur’
imgur_off: no visible global function definition for ‘dev.list’
imgur_off: no visible global function definition for ‘dev.off’
plot.imgur_gallery_image: no visible global function definition for
‘plot’
plot.imgur_gallery_image: no visible global function definition for
‘rasterImage’
plot.imgur_image: no visible global function definition for ‘plot’
plot.imgur_image: no visible global function definition for
‘rasterImage’
Undefined global functions or variables:
dev.cur dev.list dev.off image plot png rasterImage
Consider adding
importFrom("grDevices", "dev.cur", "dev.list", "dev.off", "png")
importFrom("graphics", "image", "plot", "rasterImage")
to your NAMESPACE.
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