Last updated on 2020-08-07 01:50:28 CEST.
Package | ERROR | OK |
---|---|---|
cobalt | 2 | 10 |
optweight | 1 | 11 |
WeightIt | 2 | 10 |
Current CRAN status: ERROR: 2, OK: 10
Version: 4.2.2
Check: package dependencies
Result: ERROR
Package required and available but unsuitable version: 'backports'
See section 'The DESCRIPTION file' in the 'Writing R Extensions'
manual.
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Current CRAN status: ERROR: 1, OK: 11
Version: 0.2.5
Check: examples
Result: ERROR
Running examples in 'optweight-Ex.R' failed
The error most likely occurred in:
> ### Name: optweight
> ### Title: Estimate Balancing Weights Using Optimization
> ### Aliases: optweight print.optweight print.optweightMSM
>
> ### ** Examples
>
> library("cobalt")
cobalt (Version 4.2.2, Build Date: 2020-06-26 15:50:03 UTC)
> data("lalonde", package = "cobalt")
>
> #Balancing covariates between treatment groups (binary)
> (ow1 <- optweight(treat ~ age + educ + married +
+ nodegree + re74, data = lalonde,
+ tols = c(.01, .02, .03, .04, .05),
+ estimand = "ATE"))
An optweight object
- number of obs.: 614
- sampling weights: none
- treatment: 2-category
- estimand: ATE
- covariates: age, educ, married, nodegree, re74
> bal.tab(ow1)
Error in deparse1(substitute(x)) : could not find function "deparse1"
Calls: bal.tab -> is_
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Current CRAN status: ERROR: 2, OK: 10
Version: 0.10.0
Check: package dependencies
Result: ERROR
Package required and available but unsuitable version: 'backports'
See section 'The DESCRIPTION file' in the 'Writing R Extensions'
manual.
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64