Last updated on 2026-02-08 23:50:04 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.0 | 11.78 | 121.75 | 133.53 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.0.0 | 8.98 | 86.62 | 95.60 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.0.0 | 21.00 | 193.69 | 214.69 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 21.00 | 198.28 | 219.28 | ERROR | |
| r-devel-windows-x86_64 | 2.0.0 | 17.00 | 115.00 | 132.00 | ERROR | |
| r-patched-linux-x86_64 | 2.0.0 | 9.95 | 113.15 | 123.10 | ERROR | |
| r-release-linux-x86_64 | 2.0.0 | 10.67 | 112.95 | 123.62 | ERROR | |
| r-release-macos-arm64 | 2.0.0 | OK | ||||
| r-release-macos-x86_64 | 2.0.0 | 9.00 | 91.00 | 100.00 | OK | |
| r-release-windows-x86_64 | 2.0.0 | 18.00 | 122.00 | 140.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 2.0.0 | 13.00 | 147.00 | 160.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.0 | 21.00 | 150.00 | 171.00 | ERROR |
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in ‘DIDmultiplegt-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: did_multiplegt
> ### Title: Main function
> ### Aliases: did_multiplegt
>
> ### ** Examples
>
> # Test all modes using Vella and Verbeek (1998) data:
> data("wagepan_mgt")
> wagepan_mgt$X <- runif(n=nrow(wagepan_mgt)) * (wagepan_mgt$year >= 1983)
> Y = "lwage"
> G = "nr"
> T = "year"
> D = "union"
> X = "X"
> did_multiplegt(mode = "old", wagepan_mgt, Y, G, T, D)
$effect
treatment
0.0261226
$N_effect
[1] 3815
$N_switchers_effect
[1] 508
> did_multiplegt(mode = "dyn", wagepan_mgt, Y, G, T, D, graph_off = TRUE)
Error: The 'polars' package is required but not installed.
Please install it from r-universe with:
install.packages('polars', repos = 'https://rpolars.r-universe.dev')
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: 2.0.0
Check: examples
Result: ERROR
Running examples in ‘DIDmultiplegt-Ex.R’ failed
The error most likely occurred in:
> ### Name: did_multiplegt
> ### Title: Main function
> ### Aliases: did_multiplegt
>
> ### ** Examples
>
> # Test all modes using Vella and Verbeek (1998) data:
> data("wagepan_mgt")
> wagepan_mgt$X <- runif(n=nrow(wagepan_mgt)) * (wagepan_mgt$year >= 1983)
> Y = "lwage"
> G = "nr"
> T = "year"
> D = "union"
> X = "X"
> did_multiplegt(mode = "old", wagepan_mgt, Y, G, T, D)
$effect
treatment
0.0261226
$N_effect
[1] 3815
$N_switchers_effect
[1] 508
> did_multiplegt(mode = "dyn", wagepan_mgt, Y, G, T, D, graph_off = TRUE)
Error: The 'polars' package is required but not installed.
Please install it from r-universe with:
install.packages('polars', repos = 'https://rpolars.r-universe.dev')
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-oldrel-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.
Health stats visible at Monitor.