Carl A. B. Pearson

Results 23 issues of 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....

documentation
enhancement
infrastructure

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...

documentation
enhancement
infrastructure

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...

documentation
help wanted

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...

documentation
help wanted
good first issue

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....

enhancement
help wanted
infrastructure

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.

enhancement
help wanted
low-priority
infrastructure

## 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...