Last updated on 2025-01-30 16:48:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.1 | 12.12 | 92.73 | 104.85 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.1 | 8.17 | 66.97 | 75.14 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.1 | 162.62 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 149.64 | ERROR | |||
r-devel-windows-x86_64 | 0.0.1 | 13.00 | 92.00 | 105.00 | ERROR | |
r-patched-linux-x86_64 | 0.0.1 | 11.07 | 83.40 | 94.47 | ERROR | |
r-release-linux-x86_64 | 0.0.1 | 9.42 | 82.00 | 91.42 | ERROR | |
r-release-macos-arm64 | 0.0.1 | 42.00 | OK | |||
r-release-macos-x86_64 | 0.0.1 | 63.00 | OK | |||
r-release-windows-x86_64 | 0.0.1 | 13.00 | 93.00 | 106.00 | ERROR | |
r-oldrel-macos-arm64 | 0.0.1 | 53.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.1 | 76.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.1 | 16.00 | 116.00 | 132.00 | OK |
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘ormBigData-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ormBD
> ### Title: Cumulative Probability Model for Big Data
> ### Aliases: ormBD
>
> ### ** Examples
>
> ## generate a small example data and run one of the three methods
> set.seed(1)
> n <- 200
> x1 = rnorm(n); x2 = rnorm(n)
> tmpdata = data.frame(x1 = x1, x2 = x2, y = rnorm(n) + x1 + 2*x2)
> modbinning <- ormBD(y ~ x1 + x2, data = tmpdata, family = loglog,
+ approach = "binning", target_num = 100)
Error: object 'loglog' not found
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
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘ormBigData-Ex.R’ failed
The error most likely occurred in:
> ### Name: ormBD
> ### Title: Cumulative Probability Model for Big Data
> ### Aliases: ormBD
>
> ### ** Examples
>
> ## generate a small example data and run one of the three methods
> set.seed(1)
> n <- 200
> x1 = rnorm(n); x2 = rnorm(n)
> tmpdata = data.frame(x1 = x1, x2 = x2, y = rnorm(n) + x1 + 2*x2)
> modbinning <- ormBD(y ~ x1 + x2, data = tmpdata, family = loglog,
+ approach = "binning", target_num = 100)
Error: object 'loglog' not found
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.