Last updated on 2026-04-19 13:49:44 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.5.11 | 3.58 | 43.75 | 47.33 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.5.11 | 2.22 | 31.21 | 33.43 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.5.11 | 7.00 | 72.53 | 79.53 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.5.11 | 71.04 | OK | |||
| r-devel-macos-arm64 | 2.5.11 | 1.00 | 33.00 | 34.00 | OK | |
| r-devel-windows-x86_64 | 2.5.11 | 6.00 | 73.00 | 79.00 | OK | |
| r-patched-linux-x86_64 | 2.5.11 | 3.99 | 40.77 | 44.76 | OK | |
| r-release-linux-x86_64 | 2.5.11 | 3.42 | 38.41 | 41.83 | 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 | 70.00 | 75.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 | 6.00 | 82.00 | 88.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") :
cannot open URL 'https://fred.stlouisfed.org/graph/fredgraph.csv?&id=UNRATE&fq=Monthly': HTTP status was '504 Gateway Timeout'
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-gcc