Last updated on 2026-07-11 03:55:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.0 | 15.93 | 77.75 | 93.68 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.1.0 | 10.99 | 58.80 | 69.79 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.1.0 | 28.00 | 122.46 | 150.46 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.0 | 28.00 | 118.80 | 146.80 | OK | |
| r-devel-windows-x86_64 | 2.1.0 | 22.00 | 97.00 | 119.00 | OK | |
| r-patched-linux-x86_64 | 2.1.0 | 15.02 | 72.01 | 87.03 | OK | |
| r-release-linux-x86_64 | 2.1.0 | 15.31 | 71.27 | 86.58 | OK | |
| r-release-macos-arm64 | 2.1.0 | 5.00 | 21.00 | 26.00 | OK | |
| r-release-macos-x86_64 | 2.1.0 | 14.00 | 67.00 | 81.00 | OK | |
| r-release-windows-x86_64 | 2.1.0 | 23.00 | 96.00 | 119.00 | OK | |
| r-oldrel-macos-arm64 | 2.1.0 | 4.00 | 29.00 | 33.00 | OK | |
| r-oldrel-macos-x86_64 | 2.1.0 | 13.00 | 67.00 | 80.00 | OK | |
| r-oldrel-windows-x86_64 | 2.1.0 | 27.00 | 127.00 | 154.00 | ERROR |
Version: 2.1.0
Check: examples
Result: ERROR
Running examples in 'TwoWayFEWeights-Ex.R' failed
The error most likely occurred in:
> ### Name: print.twowayfeweights
> ### Title: A print method for twowayfeweights objects
> ### Aliases: print.twowayfeweights
>
> ### ** Examples
>
> # The following example is based on data from F. Vella and M. Verbeek (1998),
> # "Whose Wages Do Unions Raise? A Dynamic Model of Unionism and Wage Rate
> # Determination for Young Men".
> # Results and further details about the estimation below can be found in
> # Section V.C of de Chaisemartin & D'Haultfoeuille (2020a).
> # Run the following lines to download the dataset in your local working
> # directory and load it to your R environment:
>
> repo = "chaisemartinPackages/twowayfeweights/main"
> file = "wagepan_twfeweights.dta"
> url = paste("https://raw.githubusercontent.com", repo, file, sep = "/")
> wagepan = haven::read_dta(url)
Warning: Failed to open 'https://raw.githubusercontent.com/chaisemartinPackages/twowayfeweights/main/wagepan_twfeweights.dta': The requested URL returned error: 429
Error in open.connection(con, "rb") : cannot open the connection
Calls: <Anonymous> ... datasource_connection -> read_connection -> open -> open.connection
Execution halted
Flavor: r-oldrel-windows-x86_64