Last updated on 2026-08-18 13:49:38 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.56 | 27.32 | 29.88 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 2.13 | 21.29 | 23.42 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 20.27 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 19.52 | OK | |||
| r-devel-windows-x86_64 | 0.1.1 | 4.00 | 46.00 | 50.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 3.12 | 24.90 | 28.02 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 2.33 | 24.40 | 26.73 | OK | |
| r-release-macos-arm64 | 0.1.1 | 1.00 | 10.00 | 11.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 2.00 | 29.00 | 31.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 4.00 | 0.00 | 4.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.1 | 2.00 | 32.00 | 34.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 4.00 | 48.00 | 52.00 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘eqtesting-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: lddtest
> ### Title: Logarithmic density discontinuity equivalence tests for
> ### regression discontinuity designs
> ### Aliases: lddtest
>
> ### ** Examples
>
> #Load replication data from Cattaneo, Frandsen, & Titiunik (2015)
> data = read.csv(paste0("https://raw.githubusercontent.com/",
+ "rdpackages-replication/CIT_2024_CUP/refs/heads/main/CIT_2024_CUP_locrand.csv"))
Warning in file(file, "rt") :
cannot open URL 'https://raw.githubusercontent.com/rdpackages-replication/CIT_2024_CUP/refs/heads/main/CIT_2024_CUP_locrand.csv': HTTP status was '429 Unknown Error'
Error in file(file, "rt") :
cannot open the connection to 'https://raw.githubusercontent.com/rdpackages-replication/CIT_2024_CUP/refs/heads/main/CIT_2024_CUP_locrand.csv'
Calls: read.csv -> read.table -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc