Last updated on 2026-05-20 14:48:51 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.5 | 10.95 | 119.26 | 130.21 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.9.5 | 8.50 | 66.00 | 74.50 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9.5 | 21.00 | 201.29 | 222.29 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9.5 | 18.00 | 178.90 | 196.90 | OK | |
| r-devel-windows-x86_64 | 0.9.5 | 15.00 | 160.00 | 175.00 | OK | |
| r-patched-linux-x86_64 | 0.9.5 | 12.56 | 108.37 | 120.93 | OK | |
| r-release-linux-x86_64 | 0.9.5 | 10.69 | 107.48 | 118.17 | OK | |
| r-release-macos-arm64 | 0.9.5 | 3.00 | 32.00 | 35.00 | OK | |
| r-release-macos-x86_64 | 0.9.5 | 8.00 | 111.00 | 119.00 | OK | |
| r-release-windows-x86_64 | 0.9.5 | 20.00 | 156.00 | 176.00 | OK | |
| r-oldrel-macos-arm64 | 0.9.5 | 3.00 | 33.00 | 36.00 | OK | |
| r-oldrel-macos-x86_64 | 0.9.5 | 10.00 | 160.00 | 170.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9.5 | 23.00 | 189.00 | 212.00 | OK |
Version: 0.9.5
Check: examples
Result: ERROR
Running examples in ‘highcharter-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: hc_yAxis_multiples
> ### Title: Creating multiples yAxis t use with highcharts
> ### Aliases: hc_yAxis_multiples hc_xAxis_multiples hc_zAxis_multiples
> ### create_axis create_yaxis hc_add_yAxis
>
> ### ** Examples
>
>
> highchart() %>%
+ hc_yAxis_multiples(create_axis(naxis = 2, heights = c(2, 1))) %>%
+ hc_add_series(data = c(1, 3, 2), yAxis = 0) %>%
+ hc_add_series(data = c(20, 40, 10), yAxis = 1)
>
> highchart() %>%
+ hc_yAxis_multiples(create_axis(naxis = 3, lineWidth = 2, title = list(text = NULL))) %>%
+ hc_add_series(data = c(1, 3, 2)) %>%
+ hc_add_series(data = c(20, 40, 10), type = "area", yAxis = 1) %>%
+ hc_add_series(data = c(200, 400, 500), yAxis = 2) %>%
+ hc_add_series(data = c(500, 300, 400), type = "areaspline", yAxis = 2)
>
>
> # Retrieve stock data to plot.
> aapl <- quantmod::getSymbols("AAPL",
+ src = "yahoo",
+ from = "2020-01-01",
+ auto.assign = FALSE
+ )
Warning: Failed to open 'https://query2.finance.yahoo.com/v8/finance/chart/AAPL?period1=1577836800&period2=1779148800&interval=1d': Resolving timed out after 10002 milliseconds
Error in getSymbols.yahoo(Symbols = "AAPL", env = <environment>, verbose = FALSE, :
Unable to import “AAPL”.
cannot open the connection
Calls: <Anonymous> -> do.call -> getSymbols.yahoo
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc