Last updated on 2020-03-07 09:48:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.0 | 14.65 | 130.90 | 145.55 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.4.0 | 12.72 | 101.27 | 113.99 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.4.0 | 172.01 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 167.16 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.4.0 | 58.00 | 152.00 | 210.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.4.0 | 30.00 | 162.00 | 192.00 | OK | |
r-patched-linux-x86_64 | 0.4.0 | 12.57 | 120.26 | 132.83 | WARN | |
r-patched-solaris-x86 | 0.4.0 | 242.60 | WARN | |||
r-release-linux-x86_64 | 0.4.0 | 11.51 | 121.03 | 132.54 | WARN | |
r-release-windows-ix86+x86_64 | 0.4.0 | 29.00 | 142.00 | 171.00 | WARN | |
r-release-osx-x86_64 | 0.4.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.4.0 | 23.00 | 133.00 | 156.00 | OK | |
r-oldrel-osx-x86_64 | 0.4.0 | OK |
Version: 0.4.0
Check: Rd \usage sections
Result: WARN
Documented arguments not in \usage in documentation object 'covarTest_dis':
'...'
Documented arguments not in \usage in documentation object 'covarTest_mean':
'...'
Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in 'rddtools-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: covarTest_dis
> ### Title: Testing for balanced covariates: equality of distribution
> ### Aliases: covarTest_dis covarTest_dis.rdd_data covarTest_dis.rdd_reg
>
> ### ** Examples
>
> data(house)
>
> ## Add randomly generated covariates
> set.seed(123)
> n_Lee <- nrow(house)
> Z <- data.frame(z1 = rnorm(n_Lee, sd=2),
+ z2 = rnorm(n_Lee, mean = ifelse(house<0, 5, 8)),
+ z3 = sample(letters, size = n_Lee, replace = TRUE))
> house_rdd_Z <- rdd_data(y = house$y, x = house$x, covar = Z, cutpoint = 0)
>
> ## Kolmogorov-Smirnov test of equality in distribution:
> covarTest_dis(house_rdd_Z, bw=0.3)
Warning in lapply(X = X, FUN = FUN, ...) : NAs introduced by coercion
Error in ks.test(x[regime], x[!regime], exact = exact) :
not enough 'x' data
Calls: covarTest_dis ... covarTest_dis.rdd_data -> covarTest_dis_low -> apply -> FUN -> ks.test
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.4.0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building 'morocco.Rmd' using rmarkdown
--- finished re-building 'morocco.Rmd'
--- re-building 'rddtools.Rmd' using rmarkdown
Quitting from lines 113-118 (rddtools.Rmd)
Error: processing vignette 'rddtools.Rmd' failed with diagnostics:
not enough 'x' observations
--- failed re-building 'rddtools.Rmd'
SUMMARY: processing the following file failed:
'rddtools.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘rddtools-Ex.R’ failed
The error most likely occurred in:
> ### Name: covarTest_dis
> ### Title: Testing for balanced covariates: equality of distribution
> ### Aliases: covarTest_dis covarTest_dis.rdd_data covarTest_dis.rdd_reg
>
> ### ** Examples
>
> data(house)
>
> ## Add randomly generated covariates
> set.seed(123)
> n_Lee <- nrow(house)
> Z <- data.frame(z1 = rnorm(n_Lee, sd=2),
+ z2 = rnorm(n_Lee, mean = ifelse(house<0, 5, 8)),
+ z3 = sample(letters, size = n_Lee, replace = TRUE))
> house_rdd_Z <- rdd_data(y = house$y, x = house$x, covar = Z, cutpoint = 0)
>
> ## Kolmogorov-Smirnov test of equality in distribution:
> covarTest_dis(house_rdd_Z, bw=0.3)
Warning in lapply(X = X, FUN = FUN, ...) : NAs introduced by coercion
Error in ks.test(x[regime], x[!regime], exact = exact) :
not enough 'x' data
Calls: covarTest_dis ... covarTest_dis.rdd_data -> covarTest_dis_low -> apply -> FUN -> ks.test
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.4.0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘morocco.Rmd’ using rmarkdown
--- finished re-building ‘morocco.Rmd’
--- re-building ‘rddtools.Rmd’ using rmarkdown
Quitting from lines 113-118 (rddtools.Rmd)
Error: processing vignette 'rddtools.Rmd' failed with diagnostics:
not enough 'x' observations
--- failed re-building ‘rddtools.Rmd’
SUMMARY: processing the following file failed:
‘rddtools.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc