Last updated on 2026-03-14 17:49:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.5.11 | 2.62 | 42.49 | 45.11 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.5.11 | 2.61 | 32.77 | 35.38 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.5.11 | 71.21 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 2.5.11 | 7.00 | 67.59 | 74.59 | OK | |
| r-devel-macos-arm64 | 2.5.11 | 1.00 | 36.00 | 37.00 | OK | |
| r-devel-windows-x86_64 | 2.5.11 | 5.00 | 75.00 | 80.00 | OK | |
| r-patched-linux-x86_64 | 2.5.11 | 3.60 | 39.08 | 42.68 | OK | |
| r-release-linux-x86_64 | 2.5.11 | 2.65 | 39.20 | 41.85 | OK | |
| r-release-macos-arm64 | 2.5.11 | OK | ||||
| r-release-macos-x86_64 | 2.5.11 | 3.00 | 63.00 | 66.00 | OK | |
| r-release-windows-x86_64 | 2.5.11 | 5.00 | 72.00 | 77.00 | OK | |
| r-oldrel-macos-arm64 | 2.5.11 | OK | ||||
| r-oldrel-macos-x86_64 | 2.5.11 | 3.00 | 64.00 | 67.00 | OK | |
| r-oldrel-windows-x86_64 | 2.5.11 | 7.00 | 100.00 | 107.00 | OK |
Version: 2.5.11
Check: examples
Result: ERROR
Running examples in ‘JFE-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: getFed
> ### Title: Download financial and economic time series data from the Fed
> ### Aliases: getFed
>
> ### ** Examples
>
> #To save time, the example below is commented.
> output=getFed(var.name="UNRATE", freq="Monthly")
Warning in file(file, "rt") :
URL 'https://fred.stlouisfed.org/graph/fredgraph.csv?&id=UNRATE&fq=Monthly': Timeout of 60 seconds was reached
Error in file(file, "rt") :
cannot open the connection to 'https://fred.stlouisfed.org/graph/fredgraph.csv?&id=UNRATE&fq=Monthly'
Calls: getFed -> read.csv -> read.table -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang