Carl A. B. Pearson
Carl A. B. Pearson
**Is your feature request related to a problem? Please describe.** There are several objects which we would like to create automatically (e.g. vignettes, documentation), but only when actually necessary (e.g....
Per this [discussion on SO](https://stackoverflow.com/questions/39885363/importing-common-yaml-in-rstudio-knitr-document) it seems like rmarkdown documents can possibly use shared / common yaml files to set shared parameter values (e.g. authors). Since our vignettes have several...
As part revising the README for more concise language, I proposed an overhaul to the package summary there: ``` _Nowcasting_ is predicting the *current* situation, addressing the practical reality that...
As highlighted during the review of #376, our warning / error / messaging content could use work. Propose: - draft an update to STYLE_GUIDE.md covering the desired format of such...
The current CI triggers automatic building of README.md from README.Rmd when that file is updated. This is desirable overall: one less thing to forget to do, and is highly automateable....
For longer term maintenance / community development, should prefer to have a separate package for visualization elements. That should wait until the contract for yielded products stabilizes.
## Description Corrects being unable to find dependences when installing the dev version from r-universe. When attempting to follow the instructions on a fresh computer, got errors about being unable...
I'm using `socialmixr` in a little analysis, purely for its contact matrix manipulation functionality. Adding `socialmixr` ended up actually adding 22 package dependencies, which don't really seem relevant to my...
As documented, `bind_graph` indicates it supports passing a list of objects as .data. However, the current implementation does not support that use case; see #187 This code introduces a test...
This draft shows the notional extraction of the core hashing capability in prep for exposing the algorithms directly. Whatever the precise implementation approach, to me it seems inevitable that the...