covid-rt-estimates icon indicating copy to clipboard operation
covid-rt-estimates copied to clipboard

Split functions from run time of code

Open seabbs opened this issue 3 years ago • 0 comments

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.

seabbs avatar Nov 30 '20 11:11 seabbs