Last updated on 2026-06-08 02:51:10 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8.0 | 21.44 | 197.92 | 219.36 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.8.0 | 13.16 | 127.65 | 140.81 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.8.0 | 34.00 | 292.36 | 326.36 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.8.0 | 33.00 | 297.04 | 330.04 | NOTE | |
| r-devel-windows-x86_64 | 0.8.0 | 21.00 | 194.00 | 215.00 | OK | |
| r-patched-linux-x86_64 | 0.8.0 | 19.03 | 173.86 | 192.89 | OK | |
| r-release-linux-x86_64 | 0.8.0 | 18.61 | 171.32 | 189.93 | 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 | 22.00 | 190.00 | 212.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 | 248.00 | 278.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: fgts_dygraph
> ### Title: TIme series in Dygraph form
> ### Aliases: fgts_dygraph
>
> ### ** Examples
>
> # See Vignette for more extensive examples.
> # Basic Example
> fgts_dygraph(eqtypx, title="Stock Prices", ylab="Adjusted Close")
>
> # With series Highlights, finer resolution and focused date range
> fgts_dygraph(eqtypx, dtstartfrac=0.8,hilightcols="IBM",hilightwidth=4,roller=3)
>
> # Rebasing to 1/1/2022
> fgts_dygraph(eqtypx, title="Rebased Prices", ylab="Adjusted Close",rebase="2022-01-01")
>
> # Using bands (.lo, .hi)
> toplot <- reerdta[REGION=="LATAM",.(cop=sum(value*(variable=="COL")),
+ reer=mean(value),reer.lo=min(value),reer.hi=max(value)),by=.(date)]
> fgts_dygraph(toplot,title="COP REER vs Latam peers",roller=3,hilightcols="cop",hilightwidth=4)
>
> # Events Examples. Notice how roller shortens with the series.
> # See Vignette for more extensive examples
> require(data.table)
Loading required package: data.table
Attaching package: ‘data.table’
The following object is masked from ‘package:base’:
%notin%
> smalldta <- narrowbydtstr(eqtypx[,.(date,TLT,EEM)],"-3y::")
> fgts_dygraph(smalldta,events="doi,regm;doi,fedmoves")
> fgts_dygraph(smalldta,events="date,FOMO,2025-01-01,2025-06-01;date,xmas,2025-12-25")
>
> # Events passed in as data.frames
> myevents = data.frame(end_date=as.Date(c("2024-03-10","2024-06-10")),
+ date=as.Date(c("2024-01-10","2024-04-10")),
+ text=c("range","event"),color=c("green","red"))
> fgts_dygraph(smalldta,events="doi,fedmoves",event_ds=myevents)
>
> # Annotations on y axis
> fgts_dygraph(eqtypx,annotations="last,linevalue")
> fgts_dygraph(eqtypx,annotations="hline,100,at100,red;hline,200,at200;range,300,400")
>
> # use with helpers
>
> smalldta <- narrowbydtstr(eqtypx[,.(date,IBM,QQQ)],"-2y::")
> fgts_dygraph(smalldta,title="W TurnPts",event_ds=fg_findTurningPoints(smalldta[,.(date,QQQ)]))
> fgts_dygraph(smalldta,title="W Sentiment",event_ds=fg_cut_to_events(consumer_sent,center="zscore"))
> fgts_dygraph(smalldta,title="W dividends",event_ds=fg_tq_divs(c("IBM","QQQ")))
Error in fg_tq_divs(c("IBM", "QQQ")) :
Tidyquant not installed, cannot use fg_tq_divs
Calls: fgts_dygraph -> is.data.frame -> fg_tq_divs
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
fg_scatplot 5.712 0.109 6.707
fg_eventStudy 5.162 0.089 5.380
fg_prophet 4.603 0.188 5.868
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.8.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘FinanceGraphs-customization.Rmd’ using rmarkdown
--- finished re-building ‘FinanceGraphs-customization.Rmd’
--- re-building ‘Time-Series-dygraph.Rmd’ using rmarkdown
Quitting from Time-Series-dygraph.Rmd:372-376 [unnamed-chunk-19]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `fg_tq_divs()`:
! Tidyquant not installed, cannot use fg_tq_divs
---
Backtrace:
▆
1. ├─data.table::rbindlist(list(fg_tq_divs(c("IBM")), fg_av_earnings(earnings_ibm)))
2. └─FinanceGraphs::fg_tq_divs(c("IBM"))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Time-Series-dygraph.Rmd' failed with diagnostics:
Tidyquant not installed, cannot use fg_tq_divs
--- failed re-building ‘Time-Series-dygraph.Rmd’
--- re-building ‘Time-Series-scatterplot.Rmd’ using rmarkdown
--- finished re-building ‘Time-Series-scatterplot.Rmd’
SUMMARY: processing the following file failed:
‘Time-Series-dygraph.Rmd’
Error: Vignette re-building failed.
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