Last updated on 2026-08-18 13:49:54 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.0 | 13.72 | 86.15 | 99.87 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.1.0 | 10.83 | 61.30 | 72.13 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.1.0 | 13.00 | 56.80 | 69.80 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.0 | 12.00 | 54.47 | 66.47 | OK | |
| r-devel-windows-x86_64 | 2.1.0 | 22.00 | 173.00 | 195.00 | OK | |
| r-patched-linux-x86_64 | 2.1.0 | 13.43 | 73.48 | 86.91 | OK | |
| r-release-linux-x86_64 | 2.1.0 | 15.64 | 71.61 | 87.25 | 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 | 21.00 | 0.00 | 21.00 | OK | |
| r-oldrel-macos-arm64 | 2.1.0 | 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 | 126.00 | 153.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