Sam Abbott

Results 179 issues of Sam Abbott

**Is your feature request related to a problem? Please describe.** `cmdstanr` has some really nicely organised `pkgdown` documentation and I think we could learn a lot from them. In the...

documentation
help wanted
question

It seems like it would be a good idea to add a `README` to `.github/workflows` to cover what is present and what everything does. In the first instance gathering good...

help wanted
infrastructure

**Is your feature request related to a problem? Please describe.** Sometimes (i.e. #378) linting issues get through to main or the linters themselves are updated. It would be great to...

enhancement
help wanted

It would be nice to offer a CRAN release as this is what many users are comfortable with. Based on this (https://github.com/stan-dev/cmdstanr/issues/738) issue the authors of `cmdstanr` think that this...

enhancement
question

At the moment we leave it to the user to correctly specify their PMFs for the generation time and the latent reporting delay. However, as @parksw3 and I have found...

enhancement

Should we transition the lifecycle of the package from experimental to stable with the next release? https://www.tidyverse.org/lifecycle/#experimental I feel like the current version of the interface has stabilised but that...

documentation
help wanted
high-priority

**Is your feature request related to a problem? Please describe.** We support code profiling of our stan model but have not made as much use of it as we should....

enhancement
help wanted
good first issue

Check that retrospective (i.e where all data is available) nowcasting works as expected. - [ ] Make a new example script - [ ] Test the example using synthetic data...

enhancement
help wanted
good first issue

**Is your feature request related to a problem? Please describe.** We currently showcase a range of case studies and examples (see `inst/examples`) that demonstrate simple examples of common problems. Many...

enhancement
help wanted
good first issue

In our Mac CI the test "epinowcast can fit a simple non-parametric reference date model" is transiently failing with a warning that the maximum allowed treedepth is being exceeded. This...

bug