Last updated on 2019-02-05 10:51:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 1.43 | 44.34 | 45.77 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 1.50 | 35.26 | 36.76 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 54.75 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 53.28 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.0.2 | 4.00 | 75.00 | 79.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.2 | 1.60 | 42.50 | 44.10 | ERROR | |
r-patched-solaris-x86 | 1.0.2 | 92.80 | NOTE | |||
r-release-linux-x86_64 | 1.0.2 | 1.37 | 42.15 | 43.52 | ERROR | |
r-release-windows-ix86+x86_64 | 1.0.2 | 3.00 | 65.00 | 68.00 | NOTE | |
r-release-osx-x86_64 | 1.0.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.2 | 4.00 | 90.00 | 94.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0.2 | NOTE |
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘optrdd-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: optrdd
> ### Title: Optimized regression discontinuity design
> ### Aliases: optrdd
>
> ### ** Examples
>
> # Simple regression discontinuity with discrete X
> n = 4000; threshold = 0
> X = sample(seq(-4, 4, by = 8/41.5), n, replace = TRUE)
> W = as.numeric(X >= threshold)
> Y = 0.4 * W + 1 / (1 + exp(2 * X)) + 0.2 * rnorm(n)
> # using 0.4 for max.second.derivative would have been enough
> out.1 = optrdd(X=X, Y=Y, W=W, max.second.derivative = 0.5, estimation.point = threshold)
Error in Rmosek::mosek(mosek.problem) :
Unknown exported object. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek.
Calls: optrdd -> <Anonymous>
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: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘optrdd-Ex.R’ failed
The error most likely occurred in:
> ### Name: optrdd
> ### Title: Optimized regression discontinuity design
> ### Aliases: optrdd
>
> ### ** Examples
>
> # Simple regression discontinuity with discrete X
> n = 4000; threshold = 0
> X = sample(seq(-4, 4, by = 8/41.5), n, replace = TRUE)
> W = as.numeric(X >= threshold)
> Y = 0.4 * W + 1 / (1 + exp(2 * X)) + 0.2 * rnorm(n)
> # using 0.4 for max.second.derivative would have been enough
> out.1 = optrdd(X=X, Y=Y, W=W, max.second.derivative = 0.5, estimation.point = threshold)
Error in Rmosek::mosek(mosek.problem) :
Unknown exported object. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek.
Calls: optrdd -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: 'Rmosek'
Flavors: r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64