CRAN Package Check Results for Package FinanceGraphs

Last updated on 2026-03-29 23:54:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-fedora-gcc 0.8.0 36.00 306.60 342.60 NOTE
r-devel-macos-arm64 0.8.0 5.00 39.00 44.00 ERROR
r-release-macos-arm64 0.8.0 5.00 59.00 64.00 OK
r-release-macos-x86_64 0.8.0 14.00 173.00 187.00 OK
r-oldrel-macos-x86_64 0.8.0 11.00 ERROR

Check Details

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. Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.8.0
Check: examples
Result: ERROR Running examples in ‘FinanceGraphs-Ex.R’ failed The error most likely occurred in: > ### Name: fg_dates_of_interest > ### Title: Maintain Aethestics and Dates of Interest > ### Aliases: fg_dates_of_interest fg_get_dates_of_interest > ### fg_update_dates_of_interest > > ### ** Examples > > require(utils) > require(data.table) Loading required package: data.table Attaching package: ‘data.table’ The following object is masked from ‘package:base’: %notin% > tail(fg_get_dates_of_interest("fedmoves"),2) category eventid eventid2 DT_ENTRY END_DT_ENTRY color strokePattern <char> <char> <char> <Date> <Date> <char> <char> 1: fedmoves F:-25 rt:4 2025-10-29 2025-10-29 <NA> <NA> 2: fedmoves F:-25 rt:3.75 2025-12-10 2025-12-10 <NA> <NA> loc <char> 1: <NA> 2: <NA> > # To add (for example) a new FOMC cut of 50bps on 6/16/2026: > newdoi <-data.table(category="fedmoves",eventid="F:-50", + DT_ENTRY=as.Date("6/16/2026",format="%m/%d/%Y")) > fg_update_dates_of_interest(newdoi) Warning in dir.create(the$cachedir) : cannot create dir '/Users/rbuild/Library/Caches/org.R-project.R/R/FinanceGraphs', reason 'No such file or directory' Warning in gzfile(file, "wb") : cannot open compressed file '/Users/rbuild/Library/Caches/org.R-project.R/R/FinanceGraphs/fg_doi.RD', probable reason 'No such file or directory' Error in gzfile(file, "wb") : cannot open the connection Calls: fg_update_dates_of_interest -> save -> gzfile Execution halted Flavor: r-devel-macos-arm64

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 Quitting from FinanceGraphs-customization.Rmd:124-130 [unnamed-chunk-8] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `gzfile()`: ! cannot open the connection --- Backtrace: ▆ 1. └─FinanceGraphs::fg_update_aes(oldcolors) 2. └─base::save(newaes, file = the$aesfn) 3. └─base::gzfile(file, "wb") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'FinanceGraphs-customization.Rmd' failed with diagnostics: cannot open the connection --- failed re-building ‘FinanceGraphs-customization.Rmd’ --- re-building ‘Time-Series-dygraph.Rmd’ using rmarkdown Quitting from Time-Series-dygraph.Rmd:266-270 [unnamed-chunk-12] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `gzfile()`: ! cannot open the connection --- Backtrace: ▆ 1. └─FinanceGraphs::fg_update_dates_of_interest(newdoi) 2. └─base::save(newdoi, file = the$doifn) 3. └─base::gzfile(file, "wb") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Time-Series-dygraph.Rmd' failed with diagnostics: cannot open the connection --- 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 files failed: ‘FinanceGraphs-customization.Rmd’ ‘Time-Series-dygraph.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-macos-arm64

Version: 0.8.0
Check: package dependencies
Result: ERROR Packages required and available but unsuitable versions: 'grDevices', 'stats', 'utils' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-oldrel-macos-x86_64