Last updated on 2020-02-19 10:48:54 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.2 | 4.39 | 42.74 | 47.13 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.2 | 3.95 | 32.68 | 36.63 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.2 | 56.75 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.2 | 53.99 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.1.2 | 13.00 | 83.00 | 96.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 1.1.2 | 22.00 | 126.00 | 148.00 | OK | |
r-patched-linux-x86_64 | 1.1.2 | 3.47 | 60.15 | 63.62 | OK | |
r-patched-solaris-x86 | 1.1.2 | 129.30 | OK | |||
r-release-linux-x86_64 | 1.1.2 | 3.92 | 59.99 | 63.91 | OK | |
r-release-windows-ix86+x86_64 | 1.1.2 | 12.00 | 82.00 | 94.00 | OK | |
r-release-osx-x86_64 | 1.1.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.2 | 8.00 | 82.00 | 90.00 | OK | |
r-oldrel-osx-x86_64 | 1.1.2 | OK |
Version: 1.1.2
Check: examples
Result: ERROR
Running examples in 'gofMC-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: KS_D
> ### Title: KS_D
> ### Aliases: KS_D
>
> ### ** Examples
>
> KS_D(c(1,2,3,4,5),c(1,2,3,4,4))
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
gofMC
--- call from context ---
fitmetric_check(x, y)
--- call from argument ---
if (class(x) == "matrix" & class(y) == "matrix" & dim(x)[[1]] ==
dim(y)[[1]] & dim(x)[[2]] == dim(y)[[2]]) {
N = dim(x)[[1]]
dof = dim(x)[[2]]
}
--- R stacktrace ---
where 1: fitmetric_check(x, y)
where 2: KS_D(c(1, 2, 3, 4, 5), c(1, 2, 3, 4, 4))
--- value of length: 2 type: logical ---
[1] TRUE FALSE
--- function from context ---
function (x, y)
{
gclasses <- c("numeric", "integer")
if (class(x) %in% gclasses & class(y) %in% gclasses & length(x) ==
length(y)) {
x <- matrix(x, nrow = 1)
y <- matrix(y, nrow = 1)
}
else if (class(x) == "matrix" & class(y) == "matrix") {
}
else {
stop("x & y classes or lengths different")
}
if (ncol(x) == 1 | ncol(y) == 1) {
stop("can not compute fit with only one value")
}
if (class(x) == "matrix" & class(y) == "matrix" & dim(x)[[1]] ==
dim(y)[[1]] & dim(x)[[2]] == dim(y)[[2]]) {
N = dim(x)[[1]]
dof = dim(x)[[2]]
}
mlist <- list(x, y, N, dof)
return(mlist)
}
<bytecode: 0x4d3e468>
<environment: namespace:gofMC>
--- function search by body ---
Function fitmetric_check in namespace gofMC has this body.
----------- END OF FAILURE REPORT --------------
Error in if (class(x) == "matrix" & class(y) == "matrix" & dim(x)[[1]] == :
the condition has length > 1
Calls: KS_D -> fitmetric_check
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.2
Check: examples
Result: ERROR
Running examples in ‘gofMC-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: KS_D
> ### Title: KS_D
> ### Aliases: KS_D
>
> ### ** Examples
>
> KS_D(c(1,2,3,4,5),c(1,2,3,4,4))
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
gofMC
--- call from context ---
fitmetric_check(x, y)
--- call from argument ---
if (class(x) == "matrix" & class(y) == "matrix" & dim(x)[[1]] ==
dim(y)[[1]] & dim(x)[[2]] == dim(y)[[2]]) {
N = dim(x)[[1]]
dof = dim(x)[[2]]
}
--- R stacktrace ---
where 1: fitmetric_check(x, y)
where 2: KS_D(c(1, 2, 3, 4, 5), c(1, 2, 3, 4, 4))
--- value of length: 2 type: logical ---
[1] TRUE FALSE
--- function from context ---
function (x, y)
{
gclasses <- c("numeric", "integer")
if (class(x) %in% gclasses & class(y) %in% gclasses & length(x) ==
length(y)) {
x <- matrix(x, nrow = 1)
y <- matrix(y, nrow = 1)
}
else if (class(x) == "matrix" & class(y) == "matrix") {
}
else {
stop("x & y classes or lengths different")
}
if (ncol(x) == 1 | ncol(y) == 1) {
stop("can not compute fit with only one value")
}
if (class(x) == "matrix" & class(y) == "matrix" & dim(x)[[1]] ==
dim(y)[[1]] & dim(x)[[2]] == dim(y)[[2]]) {
N = dim(x)[[1]]
dof = dim(x)[[2]]
}
mlist <- list(x, y, N, dof)
return(mlist)
}
<bytecode: 0x560042f25888>
<environment: namespace:gofMC>
--- function search by body ---
Function fitmetric_check in namespace gofMC has this body.
----------- END OF FAILURE REPORT --------------
Error in if (class(x) == "matrix" & class(y) == "matrix" & dim(x)[[1]] == :
the condition has length > 1
Calls: KS_D -> fitmetric_check
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.2
Check: examples
Result: ERROR
Running examples in ‘gofMC-Ex.R’ failed
The error most likely occurred in:
> ### Name: KS_D
> ### Title: KS_D
> ### Aliases: KS_D
>
> ### ** Examples
>
> KS_D(c(1,2,3,4,5),c(1,2,3,4,4))
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
gofMC
--- call from context ---
fitmetric_check(x, y)
--- call from argument ---
if (class(x) == "matrix" & class(y) == "matrix" & dim(x)[[1]] ==
dim(y)[[1]] & dim(x)[[2]] == dim(y)[[2]]) {
N = dim(x)[[1]]
dof = dim(x)[[2]]
}
--- R stacktrace ---
where 1: fitmetric_check(x, y)
where 2: KS_D(c(1, 2, 3, 4, 5), c(1, 2, 3, 4, 4))
--- value of length: 2 type: logical ---
[1] TRUE FALSE
--- function from context ---
function (x, y)
{
gclasses <- c("numeric", "integer")
if (class(x) %in% gclasses & class(y) %in% gclasses & length(x) ==
length(y)) {
x <- matrix(x, nrow = 1)
y <- matrix(y, nrow = 1)
}
else if (class(x) == "matrix" & class(y) == "matrix") {
}
else {
stop("x & y classes or lengths different")
}
if (ncol(x) == 1 | ncol(y) == 1) {
stop("can not compute fit with only one value")
}
if (class(x) == "matrix" & class(y) == "matrix" & dim(x)[[1]] ==
dim(y)[[1]] & dim(x)[[2]] == dim(y)[[2]]) {
N = dim(x)[[1]]
dof = dim(x)[[2]]
}
mlist <- list(x, y, N, dof)
return(mlist)
}
<bytecode: 0x48f1be8>
<environment: namespace:gofMC>
--- function search by body ---
Function fitmetric_check in namespace gofMC has this body.
----------- END OF FAILURE REPORT --------------
Error in if (class(x) == "matrix" & class(y) == "matrix" & dim(x)[[1]] == :
the condition has length > 1
Calls: KS_D -> fitmetric_check
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.1.2
Check: examples
Result: ERROR
Running examples in ‘gofMC-Ex.R’ failed
The error most likely occurred in:
> ### Name: KS_D
> ### Title: KS_D
> ### Aliases: KS_D
>
> ### ** Examples
>
> KS_D(c(1,2,3,4,5),c(1,2,3,4,4))
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
gofMC
--- call from context ---
fitmetric_check(x, y)
--- call from argument ---
if (class(x) == "matrix" & class(y) == "matrix" & dim(x)[[1]] ==
dim(y)[[1]] & dim(x)[[2]] == dim(y)[[2]]) {
N = dim(x)[[1]]
dof = dim(x)[[2]]
}
--- R stacktrace ---
where 1: fitmetric_check(x, y)
where 2: KS_D(c(1, 2, 3, 4, 5), c(1, 2, 3, 4, 4))
--- value of length: 2 type: logical ---
[1] TRUE FALSE
--- function from context ---
function (x, y)
{
gclasses <- c("numeric", "integer")
if (class(x) %in% gclasses & class(y) %in% gclasses & length(x) ==
length(y)) {
x <- matrix(x, nrow = 1)
y <- matrix(y, nrow = 1)
}
else if (class(x) == "matrix" & class(y) == "matrix") {
}
else {
stop("x & y classes or lengths different")
}
if (ncol(x) == 1 | ncol(y) == 1) {
stop("can not compute fit with only one value")
}
if (class(x) == "matrix" & class(y) == "matrix" & dim(x)[[1]] ==
dim(y)[[1]] & dim(x)[[2]] == dim(y)[[2]]) {
N = dim(x)[[1]]
dof = dim(x)[[2]]
}
mlist <- list(x, y, N, dof)
return(mlist)
}
<bytecode: 0x53068c0>
<environment: namespace:gofMC>
--- function search by body ---
Function fitmetric_check in namespace gofMC has this body.
----------- END OF FAILURE REPORT --------------
Error in if (class(x) == "matrix" & class(y) == "matrix" & dim(x)[[1]] == :
the condition has length > 1
Calls: KS_D -> fitmetric_check
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc