Last updated on 2025-07-30 00:50:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 8.25 | 63.69 | 71.94 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 5.56 | 46.73 | 52.29 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 118.70 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 115.00 | OK | |||
r-devel-windows-x86_64 | 1.0.1 | 11.00 | 74.00 | 85.00 | OK | |
r-patched-linux-x86_64 | 1.0.1 | 8.18 | 61.50 | 69.68 | OK | |
r-release-linux-x86_64 | 1.0.1 | 8.47 | 61.40 | 69.87 | OK | |
r-release-macos-arm64 | 1.0.1 | 33.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 58.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 9.00 | 75.00 | 84.00 | OK | |
r-oldrel-macos-arm64 | 1.0.1 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.1 | 75.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.1 | 13.00 | 94.00 | 107.00 | OK |
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in ‘DIDHAD-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: did_had
> ### Title: Main function of the DIDHAD package
> ### Aliases: did_had
>
> ### ** Examples
>
> # The sample data for this example can be downloaded by running:
> repo <-"https://raw.githubusercontent.com/chaisemartinPackages/did_had/"
> data <- haven::read_dta(paste0(repo,"main/tutorial_data.dta"))
! curl package not installed, falling back to using `url()`
Warning in open.connection(con, "rb") :
cannot open URL 'https://raw.githubusercontent.com/chaisemartinPackages/did_had/main/tutorial_data.dta': HTTP status was '429 Unknown Error'
Error in open.connection(con, "rb") :
cannot open the connection to 'https://raw.githubusercontent.com/chaisemartinPackages/did_had/main/tutorial_data.dta'
Calls: <Anonymous> ... datasource_connection -> read_connection -> open -> open.connection
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang