Last updated on 2016-03-07 23:47:31.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.2-4 | 1.23 | 27.22 | 28.44 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2-4 | 51.32 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2-4 | 49.22 | NOTE | |||
r-devel-osx-x86_64-clang | 1.2-4 | 40.67 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2-4 | 12.00 | 65.00 | 77.00 | NOTE | |
r-patched-linux-x86_64 | 1.2-4 | 1.23 | 29.29 | 30.52 | NOTE | |
r-patched-solaris-sparc | 1.2-4 | 230.50 | NOTE | |||
r-patched-solaris-x86 | 1.2-4 | 58.70 | NOTE | |||
r-release-linux-x86_64 | 1.2-4 | 1.38 | 29.48 | 30.86 | NOTE | |
r-release-osx-x86_64-mavericks | 1.2-4 | OK | ||||
r-release-windows-ix86+x86_64 | 1.2-4 | 6.00 | 43.00 | 49.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.2-4 | 9.00 | 48.00 | 57.00 | OK |
Version: 1.2-4
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
Ops.onion get.comp.onion names<-.onion rep.onion sign.onion
sqrt.onion
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
Flavors: 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.2-4
Check: R code for possible problems
Result: NOTE
p3d: no visible global function definition for ‘persp’
p3d: no visible global function definition for ‘hsv’
p3d: no visible global function definition for ‘points’
plot.onion: no visible global function definition for ‘plot’
roct: no visible global function definition for ‘rnorm’
roct: no visible global function definition for ‘runif’
roct: no visible global function definition for ‘rbinom’
roct: no visible global function definition for ‘rpois’
rquat: no visible global function definition for ‘rnorm’
rquat: no visible global function definition for ‘runif’
rquat: no visible global function definition for ‘rbinom’
rquat: no visible global function definition for ‘rpois’
Undefined global functions or variables:
hsv persp plot points rbinom rnorm rpois runif
Consider adding
importFrom("grDevices", "hsv")
importFrom("graphics", "persp", "plot", "points")
importFrom("stats", "rbinom", "rnorm", "rpois", "runif")
to your NAMESPACE file.
Flavors: 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