epiforecasts / socialmixr

R package for deriving social mixing matrices from survey data.
http://epiforecasts.io/socialmixr/
Other
38 stars 11 forks source link

Cache requests #132

Closed sbfnk closed 1 month ago

sbfnk commented 2 months ago

Implements caching of HTTP requests using the memoise package, closing #51 - caching happens within sessions and documentation has been added for how to preserve surveys between sessions, closing #119

Perhaps an ideal situation would cache between sessions but I don't know how to do that without adding substantial complexity (and writing to the user directory, which they might not want).