hubverse-org / hubEnsembles

Ensemble methods for combining hub model outputs.
https://hubverse-org.github.io/hubEnsembles/
Other
6 stars 2 forks source link

Add manuscript directory to .Rbuildignore #67

Closed annakrystalli closed 8 months ago

annakrystalli commented 8 months ago

We need to tell R to ignore the manuscript directory when building the package.

Use:

usethis::use_build_ignore("manuscript")

to do so.

Happy to just fix this with a quick patch if you like?

lshandross commented 8 months ago

If you don't mind, that would be great. Thanks @annakrystalli

annakrystalli commented 8 months ago

Done here 🙂 https://github.com/Infectious-Disease-Modeling-Hubs/hubEnsembles/pull/68