Last updated on 2019-01-19 00:46:19 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.6.1 | 17.63 | 207.28 | 224.91 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.6.1 | 16.65 | 152.63 | 169.28 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.6.1 | 263.71 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 3.6.1 | 244.98 | NOTE | |||
r-devel-windows-ix86+x86_64 | 3.6.1 | 33.00 | 259.00 | 292.00 | OK | |
r-patched-linux-x86_64 | 3.6.1 | 15.34 | 185.33 | 200.67 | OK | |
r-patched-solaris-x86 | 3.6.1 | 327.40 | NOTE | |||
r-release-linux-x86_64 | 3.6.1 | 16.76 | 185.55 | 202.31 | OK | |
r-release-windows-ix86+x86_64 | 3.6.1 | 25.00 | 202.00 | 227.00 | OK | |
r-release-osx-x86_64 | 3.6.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 3.6.1 | 13.00 | 350.00 | 363.00 | OK | |
r-oldrel-osx-x86_64 | 3.6.0 | ERROR |
Version: 3.6.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘backports’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64
Version: 3.6.0
Check: R code for possible problems
Result: NOTE
bal.tab: no visible global function definition for ‘...length’
bal.tab: no visible global function definition for ‘...elt’
Undefined global functions or variables:
...elt ...length
Flavor: r-oldrel-osx-x86_64
Version: 3.6.0
Check: examples
Result: ERROR
Running examples in ‘cobalt-Ex.R’ failed
The error most likely occurred in:
> ### Name: bal.tab.CBPS
> ### Title: Balance statistics for CBPS Objects
> ### Aliases: bal.tab.CBPS
>
> ### ** Examples
>
> library(CBPS); data("lalonde", package = "cobalt")
Loading required package: MASS
Loading required package: MatchIt
Attaching package: ‘MatchIt’
The following object is masked from ‘package:cobalt’:
lalonde
Loading required package: nnet
Loading required package: numDeriv
Loading required package: glmnet
Loading required package: Matrix
Loading required package: foreach
Loaded glmnet 2.0-16
CBPS: Covariate Balancing Propensity Score
Version: 0.19
Authors: Christian Fong [aut, cre],
Marc Ratkovic [aut],
Kosuke Imai [aut],
Chad Hazlett [ctb],
Xiaolin Yang [ctb],
Sida Peng [ctb]
>
> ## Using CBPS() for generating covariate balancing
> ## propensity score weights
> cbps.out <- CBPS(treat ~ age + educ + married + race +
+ nodegree + re74 + re75, data = lalonde)
[1] "Finding ATT with T=1 as the treatment. Set ATT=2 to find ATT with T=0 as the treatment"
> bal.tab(cbps.out)
Error in ...length() : could not find function "...length"
Calls: bal.tab
Execution halted
Flavor: r-oldrel-osx-x86_64
Version: 3.6.0
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Quitting from lines 110-121 (cobalt_A0_basic_use.Rmd)
Error: processing vignette 'cobalt_A0_basic_use.Rmd' failed with diagnostics:
could not find function "...length"
Execution halted
Flavor: r-oldrel-osx-x86_64