Last updated on 2018-06-17 19:49:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-2 | 2.30 | 29.39 | 31.69 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0-2 | 1.72 | 22.18 | 23.90 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0-2 | 38.53 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-2 | 36.58 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0-2 | 6.00 | 44.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 1.0-2 | 2.08 | 27.96 | 30.04 | ERROR | |
r-patched-solaris-x86 | 1.0-2 | 43.90 | NOTE | |||
r-release-linux-x86_64 | 1.0-2 | 2.32 | 27.64 | 29.96 | ERROR | |
r-release-windows-ix86+x86_64 | 1.0-2 | 6.00 | 33.00 | 39.00 | NOTE | |
r-release-osx-x86_64 | 1.0-2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0-2 | 3.00 | 33.00 | 36.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0-2 | NOTE |
Version: 1.0-2
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
plot.MCbound print.MCtest
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.0-2
Check: R code for possible problems
Result: NOTE
find.cb : plotit: no visible global function definition for ‘plot’
find.cb : plotit: no visible global function definition for ‘points’
find.cb : plotit: no visible global function definition for ‘title’
plot.MCbound: no visible global function definition for ‘par’
plot.MCbound: no visible global function definition for ‘plot’
plot.MCbound: no visible global function definition for ‘lines’
plot.MCbound: no visible global function definition for ‘points’
plot.MCbound: no visible global function definition for ‘axis’
plot.MCbound: no visible global function definition for ‘mtext’
Undefined global functions or variables:
axis lines mtext par plot points title
Consider adding
importFrom("graphics", "axis", "lines", "mtext", "par", "plot",
"points", "title")
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
Version: 1.0-2
Check: Rd line widths
Result: NOTE
Rd file 'MCtest.Rd':
\usage lines wider than 90 characters:
MCtest.fixed(x, statistic, resample, Nmax, extreme = "geq", conf.level=.99, seed = 1234325)
These lines will be truncated in the PDF 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-release-linux-x86_64
Version: 1.0-2
Check: examples
Result: ERROR
Running examples in ‘MChtest-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: MCbound.precalc1
> ### Title: Precalculated object of class MCbound
> ### Aliases: MCbound.precalc1
> ### Keywords: sysdata
>
> ### ** Examples
>
> plot(MCbound.precalc1)
Error in xy.coords(x, y, xlabel, ylabel, log) :
'x' is a list, but does not have components 'x' and 'y'
Calls: plot -> plot.default -> xy.coords
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64