Adam Howes
Adam Howes
Hi! Have just been reading through the [EpiEstim Vignette](https://mrc-ide.github.io/EpiEstim/articles/full_EpiEstim_vignette.html) to learn about the package. One thing that I thought could help make things clearer is to make it quite obvious...
Has there been any user experience testing for people new to `epinowcast` and perhaps to nowcasting and epidemiological modelling in general? As I'm just looking at the `README` I'm met...
Hi Paul, I'm looking to use the function `brms:::validate_formula` as a part of an R [package](https://epidist.epinowcast.org/). See issue https://github.com/epinowcast/epidist/issues/195. I wonder if you'd consider exposing this function as it might...
Probably want GitHub actions to: * [ ] Run tests * [ ] Check `pkgdown` can be generated * [ ] Lint added code * [ ] Run `R CMD...
I've run `usethis::use_github_action(“pkgdown”)` to add a GitHub action which will deploy the `pkgdown` website (#185). The next step is to run `usethis::use_pkgdown_github_pages()` but I don't have permissions for the `wwiecek/baggr`...
Hi, I'm having trouble getting math to render correctly for an R package website built using `pkgdown`. I'm writing vignettes with the following options: ``` output: bookdown::html_document2: fig_caption: yes number_sections:...
In `epinowcast::epinowcast()` when `priors = NULL` then the function fails with: ```r Error in `coerce_dt()`: ! The following columns are required: variable, mean, sd but are not present among (all...
On the website the "Caution" box in the README doesn't render properly: I've also run into this issue but am not sure how to fix.
I saw that PR https://github.com/lorenzwalthert/precommit/pull/325/files added `.Rmd` files to the parsable-R hook. I wonder if a similar PR could add `.qmd` also using `knitr::purl` or similar that works with Quarto.
Currently `get_pairwise_comparison()` will stop you if you have two models: https://github.com/epiforecasts/scoringutils/blob/158ba6cf9e7f6460a5d47f8658459812bdb77170/R/pairwise-comparisons.R#L161-L171 While it's fair enough to say that you don't really need relative scores if you just have two models,...