Last updated on 2020-12-04 00:48:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.0 | 2.68 | 27.82 | 30.50 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.6.0 | 2.23 | 22.21 | 24.44 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.6.0 | 43.03 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 32.14 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.6.0 | 6.00 | 29.00 | 35.00 | ERROR | |
r-patched-linux-x86_64 | 0.6.0 | 2.92 | 33.14 | 36.06 | OK | |
r-patched-solaris-x86 | 0.6.0 | 55.80 | OK | |||
r-release-linux-x86_64 | 0.6.0 | 3.02 | 34.73 | 37.75 | OK | |
r-release-macos-x86_64 | 0.6.0 | OK | ||||
r-release-windows-ix86+x86_64 | 0.6.0 | 5.00 | 49.00 | 54.00 | OK | |
r-oldrel-macos-x86_64 | 0.6.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.6.0 | 4.00 | 44.00 | 48.00 | OK |
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in 'profileModel-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: print.profileModel
> ### Title: Printing 'profileModel' objects
> ### Aliases: print.profileModel
> ### Keywords: print
>
> ### ** Examples
>
> ## Begin Example
> y <- c(1,1,0,0)
> x1 <- c(1,0,1,0)
> x2 <- c(1,1,0,0)
> prof1 <- profileModel(glm(y ~ x1 + x2, family = binomial),
+ objective = "ordinaryDeviance",
+ grid.bounds = rep(c(-1,1),3))
Error in get(fun, mode = "function", envir = envir) :
first argument has length > 1
Calls: profileModel -> profiling -> formals -> get
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in ‘profileModel-Ex.R’ failed
The error most likely occurred in:
> ### Name: print.profileModel
> ### Title: Printing 'profileModel' objects
> ### Aliases: print.profileModel
> ### Keywords: print
>
> ### ** Examples
>
> ## Begin Example
> y <- c(1,1,0,0)
> x1 <- c(1,0,1,0)
> x2 <- c(1,1,0,0)
> prof1 <- profileModel(glm(y ~ x1 + x2, family = binomial),
+ objective = "ordinaryDeviance",
+ grid.bounds = rep(c(-1,1),3))
Error in get(fun, mode = "function", envir = envir) :
first argument has length > 1
Calls: profileModel -> profiling -> formals -> get
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64