Nick Tierney
@njtierney.bsky.social
|| PhD Statistics | Research Software Engineer | Loves #rstats | Outdoors person | Coffee person | Photography person | Serial Hobbiest | he/him ||
Normality of residuals! I feel like this gets skipped over sometimes.
October 28, 2025 at 7:54 AM
Normality of residuals! I feel like this gets skipped over sometimes.
If you want users to be able to store it locally and are worried about the 5Mb limit, There's a CRAN-safe place to save user data in tools::R_user_dir() - I did this on a project recently, see this PR in case it is helpful: github.com/epiforecasts...
Improved cache management by njtierney · Pull Request #78 · epiforecasts/contactsurveys
By avoiding the need to query the zenodo API at all by storing surveys inside a folder named after the survey name.
Resolves #72
Summary by CodeRabbit
New Features
Per-survey caching: downloads...
github.com
October 22, 2025 at 3:48 AM
If you want users to be able to store it locally and are worried about the 5Mb limit, There's a CRAN-safe place to save user data in tools::R_user_dir() - I did this on a project recently, see this PR in case it is helpful: github.com/epiforecasts...
Reposted by Nick Tierney