You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using packageVersion('pipr') 0.0.4 where get_dictionary() fails -
pipr::get_dictionary()
Error in data.table::setnames(df, old = c("survey_year", "reporting_year", :
Items of 'old' not found in column names: [survey_year, reporting_year, reporting_pop, reporting_gdp, reporting_pce, pce_data_level]. Consider skip_absent=TRUE.
In addition: Warning message:
Setting row names on a tibble is deprecated.
The same is the case for pipr::get_aux("dictionary")
pipr::get_aux("dictionary")
Error in data.table::setnames(df, old = c("survey_year", "reporting_year", :
Items of 'old' not found in column names: [survey_year, reporting_year, reporting_pop, reporting_gdp, reporting_pce, pce_data_level]. Consider skip_absent=TRUE.
In addition: Warning message:
Setting row names on a tibble is deprecated.
I'm using
packageVersion('pipr')
0.0.4 whereget_dictionary()
fails -The same is the case for
pipr::get_aux("dictionary")
cc : @tonyfujs
The text was updated successfully, but these errors were encountered: