Last updated on 2025-10-21 11:53:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.5.11 | 3.21 | 42.77 | 45.98 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.5.11 | 2.71 | 33.79 | 36.50 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.5.11 | 72.43 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.5.11 | 67.46 | OK | |||
r-devel-windows-x86_64 | 2.5.11 | 5.00 | 71.00 | 76.00 | OK | |
r-patched-linux-x86_64 | 2.5.11 | 4.06 | 41.08 | 45.14 | OK | |
r-release-linux-x86_64 | 2.5.11 | 3.50 | 41.43 | 44.93 | OK | |
r-release-macos-arm64 | 2.5.11 | 38.00 | OK | |||
r-release-macos-x86_64 | 2.5.11 | 4.00 | 62.00 | 66.00 | OK | |
r-release-windows-x86_64 | 2.5.11 | 6.00 | 72.00 | 78.00 | OK | |
r-oldrel-macos-arm64 | 2.5.11 | 38.00 | OK | |||
r-oldrel-macos-x86_64 | 2.5.11 | 67.00 | OK | |||
r-oldrel-windows-x86_64 | 2.5.11 | 6.00 | 83.00 | 89.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