* using log directory 'd:/Rcompile/CRANpkg/local/4.5/TwoWayFEWeights.Rcheck' * using R version 4.5.3 (2026-03-11 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'TwoWayFEWeights/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'TwoWayFEWeights' version '2.1.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'TwoWayFEWeights' can be installed ... OK * used C++ compiler: 'g++.exe (GCC) 14.3.0' * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [4s] OK * checking whether the package can be loaded with stated dependencies ... [3s] OK * checking whether the package can be unloaded cleanly ... [3s] OK * checking whether the namespace can be loaded with stated dependencies ... [3s] OK * checking whether the namespace can be unloaded cleanly ... [4s] OK * checking loading without being on the library search path ... [2s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [10s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking pragmas in C/C++ headers and code ... OK * checking compiled code ... OK * checking examples ... [5s] 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: ... datasource_connection -> read_connection -> open -> open.connection Execution halted * checking PDF version of manual ... [16s] OK * checking HTML version of manual ... [1s] OK * DONE Status: 1 ERROR