Note: I made some minor changes to put-data.R. These primarily involved coercing objects to data.frame() to avoid the warnings that the latest dtplyr throws when using dplyr syntax on data.table objects.
I ran pkgdown::build_site() and encountered an error related to budget-2019.Rmd. There's an error at line 729:
Quitting from lines 729-743 (budget-2018.Rmd)
Error in eval(jsub, SDenv, parent.frame()) : object 'Ind' not found
R CMD check passes with no errors, warnings or notes locally and on Travis.
This is a data update.
Note: I made some minor changes to
put-data.R
. These primarily involved coercing objects todata.frame()
to avoid the warnings that the latest dtplyr throws when using dplyr syntax on data.table objects.I ran
pkgdown::build_site()
and encountered an error related tobudget-2019.Rmd
. There's an error at line 729:R CMD check
passes with no errors, warnings or notes locally and on Travis.