Last updated on 2024-12-21 14:50:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.11 | 5.32 | 72.05 | 77.37 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.11 | 3.69 | 48.32 | 52.01 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.11 | 130.06 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.11 | 134.87 | OK | |||
r-devel-windows-x86_64 | 0.1.11 | 8.00 | 97.00 | 105.00 | OK | |
r-patched-linux-x86_64 | 0.1.11 | 4.44 | 69.22 | 73.66 | OK | |
r-release-linux-x86_64 | 0.1.11 | 5.29 | 68.48 | 73.77 | OK | |
r-release-macos-arm64 | 0.1.11 | 49.00 | OK | |||
r-release-macos-x86_64 | 0.1.11 | 74.00 | OK | |||
r-release-windows-x86_64 | 0.1.11 | 8.00 | 106.00 | 114.00 | OK | |
r-oldrel-macos-arm64 | 0.1.11 | 46.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.11 | 75.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.11 | 8.00 | 109.00 | 117.00 | OK |
Version: 0.1.11
Check: examples
Result: ERROR
Running examples in ‘readrba-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: rba_forecasts
> ### Title: Compile the RBA's public forecasts of key economic variables
> ### over time
> ### Aliases: rba_forecasts read_forecasts
>
> ### ** Examples
>
> forecasts <- read_forecasts()
trying URL 'https://www.rba.gov.au/statistics/xls/smp-forecast-archive.xlsx'
Warning in utils::download.file(url = url, destfile = destfile, mode = mode, :
URL 'https://www.rba.gov.au/statistics/xls/smp-forecast-archive.xlsx': status was 'SSL connect error'
Error in utils::download.file(url = url, destfile = destfile, mode = mode, :
cannot open URL 'https://www.rba.gov.au/statistics/xls/smp-forecast-archive.xlsx'
Calls: read_forecasts ... rba_forecasts -> scrape_rba_forecasts -> dl_file -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc