Last updated on 2018-06-01 08:48:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.47 | 21.42 | 22.89 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.10 | 18.11 | 19.21 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 32.21 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 30.28 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 5.00 | 47.00 | 52.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.49 | 22.31 | 23.80 | ERROR | |
r-patched-solaris-x86 | 1.0 | 47.70 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.28 | 21.62 | 22.90 | ERROR | |
r-release-windows-ix86+x86_64 | 1.0 | 3.00 | 48.00 | 51.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 45.00 | 49.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: for hidden files and directories
Result: NOTE
Found the following hidden files and directories:
.directory
These were most likely included in error. See section ‘Package
structure’ 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-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
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-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
Check: R code for possible problems
Result: NOTE
distSegment: no visible global function definition for ‘dist’
distShape: no visible global function definition for ‘dist’
distTriangle: no visible global function definition for ‘dist’
exactHausdorff: no visible global function definition for ‘aggregate’
Undefined global functions or variables:
aggregate dist
Consider adding
importFrom("stats", "aggregate", "dist")
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
Check: examples
Result: ERROR
Running examples in ‘disp2D-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: disp2D-package
> ### Title: Hausdorff and Simplex Dispersion orderings
> ### Aliases: disp2D-package disp2D
> ### Keywords: package
>
> ### ** Examples
>
> library(disp2D)
> library(geometry)
> library(mvtnorm)
> sigma1 = matrix(c(0.912897,1.092679,1.092679,1.336440),byrow=TRUE,ncol=2)
> sigma2 = sigma1 + diag(1,ncol=2,nrow=2)
> A = rmvnorm(200,mean=rep(0,2),sigma=sigma1)
> B = rmvnorm(200,mean=rep(0,2),sigma=sigma2)
> r=.1
> prob = probA = probB = rep(1/200,200)
> HA = exactHausdorff(A,probA,r)
> HB = exactHausdorff(B,probB,r)
> plot(HA$distance, cumsum(HA$probability), type = "l", xlab = "",
+ ylab = "DF", xlim = range(c(HA,HB)))
> lines(HB$distance, cumsum(HB$probability), lty = 2)
> d1 = simplex(A,bootstrap=TRUE,nresamples=100)
Error in if (!is.na(zpp)) { : the condition has length > 1
Calls: simplex -> dhn -> distconvhull -> apply -> FUN
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