Last updated on 2014-11-24 23:47:00.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4-7 | 3.35 | 41.32 | 44.66 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4-7 | 3.45 | 41.37 | 44.82 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4-7 | 86.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.4-7 | 79.41 | NOTE | |||
r-devel-osx-x86_64-clang | 0.4-7 | 78.80 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.4-7 | 16.00 | 74.00 | 90.00 | NOTE | |
r-patched-linux-x86_64 | 0.4-7 | 2.69 | 42.46 | 45.15 | NOTE | |
r-patched-solaris-sparc | 0.4-7 | 505.10 | NOTE | |||
r-patched-solaris-x86 | 0.4-7 | 102.50 | NOTE | |||
r-release-linux-ix86 | 0.4-7 | 3.78 | 51.50 | 55.28 | NOTE | |
r-release-linux-x86_64 | 0.4-7 | 2.83 | 42.58 | 45.40 | NOTE | |
r-release-osx-x86_64-mavericks | 0.4-7 | NOTE | ||||
r-release-osx-x86_64-snowleopard | 0.4-7 | OK | ||||
r-release-windows-ix86+x86_64 | 0.4-7 | 17.00 | 80.00 | 97.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.4-7 | 15.00 | 79.00 | 94.00 | OK |
Version: 0.4-7
Check: foreign function calls
Result: NOTE
Call with DUP:
.C("R_distance", x = as.double(x), nr = N, nc = ncol(x), d = double(N *
(N - 1)/2), diag = as.integer(FALSE), method = as.integer(method),
DUP = FALSE, NAOK = TRUE, PACKAGE = "circular")
DUP is no longer supported and will be ignored.
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-osx-x86_64-clang, r-devel-windows-ix86+x86_64
Version: 0.4-7
Check: R code for possible problems
Result: NOTE
print.rao.spacing.test: no visible binding for global variable
‘rao.table’
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-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-ix86, r-release-linux-x86_64, r-release-windows-ix86+x86_64
Version: 0.4-7
Check: foreign function calls
Result: NOTE
Call with DUP != TRUE:
.C("R_distance", x = as.double(x), nr = N, nc = ncol(x), d = double(N *
(N - 1)/2), diag = as.integer(FALSE), method = as.integer(method),
DUP = FALSE, NAOK = TRUE, PACKAGE = "circular")
DUP = FALSE is deprecated and will be disabled in future versions of R.
Flavors: r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-ix86, r-release-linux-x86_64, r-release-windows-ix86+x86_64
Version: 0.4-7
Check: foreign function calls
Result: NOTE
Call with DUP = FALSE:
.C("R_distance", x = as.double(x), nr = N, nc = ncol(x), d = double(N *
(N - 1)/2), diag = as.integer(FALSE), method = as.integer(method),
DUP = FALSE, NAOK = TRUE, PACKAGE = "circular")
DUP = FALSE is deprecated and may be disabled in future versions of R.
Flavor: r-release-osx-x86_64-mavericks