- using R version 4.6.0 alpha (2026-03-28 r89739)
- using platform: aarch64-apple-darwin23
- R was compiled by
Apple clang version 17.0.0 (clang-1700.3.19.1)
GNU Fortran (GCC) 14.2.0
- running under: macOS Sequoia 15.7.1
- using session charset: UTF-8
* current time: 2026-03-30 00:36:53 UTC
- checking for file ‘FinanceGraphs/DESCRIPTION’ ... OK
- this is package ‘FinanceGraphs’ version ‘0.8.0’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘FinanceGraphs’ can be installed ... [5s/6s] OK
See the install log for details.
- checking installed package size ... INFO
installed size is 5.2Mb
sub-directories of 1Mb or more:
doc 3.4Mb
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [2s/2s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking R/sysdata.rda ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [3s/8s] 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
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [8s/10s] 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
- checking PDF version of manual ... [2s/2s] OK
- DONE
Status: 2 ERRORs
- using check arguments '--no-clean-on-error '