Last updated on 2016-03-07 23:47:20.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.1-0 | 2.68 | 53.30 | 55.98 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-0 | 104.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-0 | 98.15 | NOTE | |||
r-devel-osx-x86_64-clang | 1.1-0 | 110.81 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1-0 | 11.00 | 92.00 | 103.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-0 | 2.82 | 55.11 | 57.93 | NOTE | |
r-patched-solaris-sparc | 1.1-0 | 759.80 | NOTE | |||
r-patched-solaris-x86 | 1.1-0 | 171.40 | NOTE | |||
r-release-linux-x86_64 | 1.1-0 | 3.34 | 56.24 | 59.59 | NOTE | |
r-release-osx-x86_64-mavericks | 1.1-0 | OK | ||||
r-release-windows-ix86+x86_64 | 1.1-0 | 11.00 | 101.00 | 112.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.1-0 | 16.00 | 125.00 | 141.00 | OK |
Version: 1.1-0
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
plot.dmap print.dmap
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.1-0
Check: R code for possible problems
Result: NOTE
adapreg: no visible global function definition for ‘optimize’
adapreg: no visible global function definition for ‘runif’
adapreg.m: no visible global function definition for ‘lm’
epsilonCompute: no visible global function definition for ‘median’
plot.dmap: no visible global function definition for ‘plot’
plot.dmap: no visible global function definition for ‘stripchart’
Undefined global functions or variables:
lm median optimize plot runif stripchart
Consider adding
importFrom("graphics", "plot", "stripchart")
importFrom("stats", "lm", "median", "optimize", "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