Skip to content

Limit required packages #1

@adamSales

Description

@adamSales

Any package that our scripts use that doesn't ship with the default R installation will have to be installed, which will take time and can cause hangups. So let's try to limit the packages called by our scripts.

In particular, scripts/02-effect-est.Rmd calls dplyr, tidyr, and kableExtra. I think that tidyr and kableExtra are unnecessary. A little rewriting of lines 44-46 will make dplyr unnecessary

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions