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
At the moment AnalysisPipeline pakage/env (soon to be renamed EpiAwarePipeline as per #230 ) has a combination of generic functions and abstract types and some specific behaviours (e.g. dispatching on prior predictive modelling with RtwithoutRenewalPriorPipeline).
It would be neater to abstract the pipeline infrastructure into a full package which can be used by the specific pipeline src code.
At the moment
AnalysisPipeline
pakage/env (soon to be renamedEpiAwarePipeline
as per #230 ) has a combination of generic functions and abstract types and some specific behaviours (e.g. dispatching on prior predictive modelling withRtwithoutRenewalPriorPipeline
).It would be neater to abstract the pipeline infrastructure into a full package which can be used by the specific pipeline
src
code.Tasks
EpiAwarePipeline
tools into a package hosts at~/EpiAwarePipeline
. #280The text was updated successfully, but these errors were encountered: