Last updated on 2018-06-17 19:49:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 1.10 | 18.51 | 19.61 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 0.69 | 14.47 | 15.16 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 22.93 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 21.40 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 4.00 | 27.00 | 31.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 1.06 | 17.03 | 18.09 | ERROR | |
r-patched-solaris-x86 | 0.1 | 34.90 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 0.99 | 16.85 | 17.84 | ERROR | |
r-release-windows-ix86+x86_64 | 0.1 | 4.00 | 25.00 | 29.00 | NOTE | |
r-release-osx-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 2.00 | 27.00 | 29.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1 | NOTE |
Version: 0.1
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
plot.cdfDist print.cdfDist summary.cdfDist
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: 0.1
Check: R code for possible problems
Result: NOTE
cdfDist: no visible global function definition for ‘tail’
cor2icc: no visible global function definition for ‘cor’
plot.cdfDist: no visible global function definition for ‘plot’
plot.cdfDist: no visible global function definition for ‘lines’
plot.cdfDist: no visible global function definition for ‘axis’
plot.cdfDist: no visible global function definition for ‘mtext’
plot.cdfDist: no visible global function definition for ‘legend’
Undefined global functions or variables:
axis cor legend lines mtext plot tail
Consider adding
importFrom("graphics", "axis", "legend", "lines", "mtext", "plot")
importFrom("stats", "cor")
importFrom("utils", "tail")
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: 0.1
Check: examples
Result: ERROR
Running examples in ‘pesticides-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: cdfDist
> ### Title: Distance measure for cumulative distribution functions
> ### Aliases: cdfDist print.cdfDist summary.cdfDist plot.cdfDist
> ### Keywords: cumulative distribution function CDF CDF distance distance
> ### measure
>
> ### ** Examples
>
>
> par(mfrow=c(2,2))
>
> #=====> Example 1 <=====#
> F1 <- seq(0.001, 0.999, 0.001)[-sample(999, 300)]
> x1 <- quantile(rt(10000, 15), F1)
> F2 <- seq(0.001, 0.999, 0.001)[-sample(999, 300)]
> x2 <- qnorm(F2)
> hold <- cdfDist(x1, F1, x2, F2)
> plot(hold)
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