Last updated on 2026-05-06 21:51:09 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8.0 | 20.95 | 201.84 | 222.79 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.8.0 | 13.68 | 108.07 | 121.75 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.8.0 | 35.00 | 282.81 | 317.81 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.8.0 | 33.00 | 301.81 | 334.81 | NOTE | |
| r-devel-windows-x86_64 | 0.8.0 | 21.00 | 196.00 | 217.00 | OK | |
| r-patched-linux-x86_64 | 0.8.0 | 17.78 | 174.33 | 192.11 | OK | |
| r-release-linux-x86_64 | 0.8.0 | 18.67 | 176.17 | 194.84 | OK | |
| r-release-macos-arm64 | 0.8.0 | 5.00 | 62.00 | 67.00 | OK | |
| r-release-macos-x86_64 | 0.8.0 | 14.00 | 221.00 | 235.00 | OK | |
| r-release-windows-x86_64 | 0.8.0 | 23.00 | 187.00 | 210.00 | OK | |
| r-oldrel-macos-arm64 | 0.8.0 | 5.00 | 59.00 | 64.00 | OK | |
| r-oldrel-macos-x86_64 | 0.8.0 | 14.00 | 173.00 | 187.00 | OK | |
| r-oldrel-windows-x86_64 | 0.8.0 | 30.00 | 246.00 | 276.00 | OK |
Version: 0.8.0
Check: examples
Result: ERROR
Running examples in ‘FinanceGraphs-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fg_ratingsEvents
> ### Title: Event Helpers : fg_ratingsEvents
> ### Aliases: fg_ratingsEvents fg_tq_divs fg_av_earnings
>
> ### ** Examples
>
> data("nomfxdta")
> copdta <- nomfxdta |> dplyr::filter(variable=="COP")
> fgts_dygraph(copdta,title="COP with Ratings",dtstartfrac=0.3,
+ event_ds=fg_ratingsEvents("COLOM",ratings_db,agency="S.P"))
>
> if (requireNamespace("tidyquant", quietly = TRUE)) {
+ fgts_dygraph(eqtypx,title="With divs",dtstartfrac=0.8,event_ds=fg_tq_divs(c("IBM","QQQ")))
+ }
> if (requireNamespace("alphavantagepf", quietly = TRUE)) {
+ earnings = alphavantagepf::av_get_pf("IBM","EARNINGS") |>
+ alphavantagepf::av_extract_df("quarterlyEarnings") |>
+ fg_av_earnings()
+ toplot = dplyr::select(eqtypx,date,IBM)
+ fgts_dygraph(toplot,title="With earnings",dtstartfrac=0.8,event_ds=earnings)
+ }
av_get_pf:Invalid API call. Please retry or visit the documentation (https://www.alphavantage.co/documentation/) for EARNINGS.
Error in get("variable") : object 'variable' not found
Calls: fg_av_earnings ... <Anonymous> -> [ -> [.data.frame -> grepl -> is.factor -> get
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.8.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘hexbin’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc