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
In R it is usual to split function loading from calling the functions (i.e run-region-updates.R which is currently more C or Python like). It would make sense to make all functions in covid-rt-estimates part of an R package that can then be unit tested. This would also help with documentation and discoverability.
This would also allow the underlying framework to be separated from this particular list of datasets to run against and this particular data verse config etc.
The text was updated successfully, but these errors were encountered:
In R it is usual to split function loading from calling the functions (i.e
run-region-updates.R
which is currently more C or Python like). It would make sense to make all functions incovid-rt-estimates
part of an R package that can then be unit tested. This would also help with documentation and discoverability.This would also allow the underlying framework to be separated from this particular list of datasets to run against and this particular data verse config etc.
The text was updated successfully, but these errors were encountered: