USEPA / useeior

Estimating potential environmental impacts of goods and services in the US economy
MIT License
31 stars 19 forks source link

Update annual BEA data objects through 2021 data year #249

Closed bl-young closed 1 year ago

bl-young commented 1 year ago

Based on BEA data release in September 2022.

WesIngwersen commented 1 year ago

I'm manually running the CI/CD test now that the new data are in BEA update

WesIngwersen commented 1 year ago

I'm manually running the CI/CD test now that the new data are in BEA update

Check shows that the only warnings are because the new 2021 data objects are not documented. Just need to be documented in R/DataDocumentation.R

bl-young commented 1 year ago

Check shows that the only warnings are because the new 2021 data objects are not documented. Just need to be documented in R/DataDocumentation.R

I've never actually done that, like the other R documentation files can these be generated automatically with roxygen?

MoLi7 commented 1 year ago

like the other R documentation files can these be generated automatically with roxygen?

The R documentation files (.Rd) in /man can be automatically generated with roxygen (Ctrl+Shift+D), but the data objects need to be first declared in /R/DataDocumentation.R.

578f68b added all 2021 data objects.

MoLi7 commented 1 year ago

Another minor modification (fd00693): I updated R documentation files of Sector_Use and Summary_Use data objects because the number of rows and columns have changed. This won't affect usability of the data sets, just me being OCD 😅

bl-young commented 1 year ago

thanks @MoLi7!