Closed kaitejohnson closed 4 months ago
Note this doesn't do what I mentioned in the MSR community meeting today -- it doesn't add the functionality to not have wastewater data. I will do this in a separate issue... I think by making an empty dataset
@dylanhmorris not a huge rush but this is ready for review and is relatively small (tweaks to vignette + the easy version of hospital admissions only functionality)
Although I am realizing now that I set up the github branch protections to require status checks to pass, which includes deploy of pkgdown
but I think deploy wouldn't happen until the PR gets merged to main so maybe I should remove that one
Although I am realizing now that I set up the github branch protections to require status checks to pass, which includes deploy of pkgdown but I think deploy wouldn't happen until the PR gets merged to main so maybe I should remove that one
Correct you should require a successful build
but not a successful deploy
Although I am realizing now that I set up the github branch protections to require status checks to pass, which includes deploy of pkgdown but I think deploy wouldn't happen until the PR gets merged to main so maybe I should remove that one
Correct you should require a successful
build
but not a successfuldeploy
@dylanhmorris Would you mind taking a look at this and the ruleset? I tried to specify just pkgdown / build (pull_request)
in the require status checks before passing but for some reason it still says expected, status waiting to be reported despite the successful build above
This PR closes #10 and also has a bit of scope creep to fix the rendering of the vignette/some bugs in the figure generating function. Changes include:
get_model_spec()
andget_stan_data()
to take ininclude_ww
as an argument, to specify whether or not to fit the model to wastewater data