CDCgov / wastewater-informed-covid-forecasting

Wastewater-informed COVID-19 forecasting models submitted to the COVID-19 Forecast Hub
https://cdcgov.github.io/wastewater-informed-covid-forecasting/
Apache License 2.0
38 stars 6 forks source link

Remove use of `here::here` #59

Open kaitejohnson opened 1 week ago

kaitejohnson commented 1 week ago

Problem

In the write_config.R we are still using here::here() which is bad practice. New config generation should eliminate this

Requirements