-
Mentioned in epiverse-trace/blueprints#7 was the use of `checkmate` as a package for input checking that will likely be used throughout epiverse packages.
-
It could be useful to have a generic contributing guide to use as a default for epiverse-trace package that doesn't need / have a more specific contributing guide.
Examples:
- [RStudio default c…
-
Assuming the c++ implementation is correct then https://github.com/epiverse-trace/finalsize/blob/41ef432ddfbff511dfbad8f15da43f2566b4e607/R/iterative_solver.R#L41
and https://github.com/epiverse-trac…
-
I imagine that users would sometimes want to manipulate `epiparam` objects on the columns, so consider allowing for the downgrading of the `epiparam` class.
**Additional context**
Here is an ex…
-
Function `solve_final_size_iterative` must also take `adapt_step` and `step_rate` arguments passed from wrapping function.
_Originally posted by @pratikunterwegs in https://github.com/epiverse-trac…
-
Add templates for:
- [ ] questions
- [ ] other things
-
Adding functionality to handle populations with non uniform distribution of susceptibilities in current finalsize function `final_size` in R.
This will add a `p_susceptibility` (or similar) argument …
-
I am unable to install this package on my Apple Mac with M2 chip. Here is a reprex
``` r
pak::pak("epiverse-trace/epidemics")
#> ℹ Loading metadata database
#> ✔ Loading metadata database ... do…
-
It was mentioned in epiverse-trace/blueprints#7 that we should not use the tidyverse pipe. Currently at least one function in {epiparameter} uses the pipe. My suggestion would be to replace these with…
-
Main effort to implement a Cpp Newton solver for finalsize is catalogued under a separate project here https://github.com/orgs/epiverse-trace/projects/2