Pavel N. Krivitsky
Pavel N. Krivitsky
This issue was originally https://github.com/jgm/pandoc-citeproc/issues/377, moved here on @jgm's suggestion. https://github.com/jgm/pandoc/issues/2335 is related but different, because that issue does not concern Markdown. Currently, Pandoc's [citation mechanism](https://pandoc.org/MANUAL.html#extension-citations) lets you suppress the...
This is a partial fix for #1709, addressing the `LaTeX` case by typesetting numeric columns in math mode and wrapping commas (as decimal or thousands separators) in braces (`{}`) for...
I am one of the collaborators on the `egor` package for manipulation and analysis of egocentric network data. We are trying to pare down the hard dependencies of the package,...
I've been using `klib`'s `khash` for my own project, and I've written some convenience functions. I was wondering if there might be interest in incorporating them into the core implementation:...
This is a sibling to `knitr` PR yihui/knitr#1850, updating the examples to produce the expected output.
@oprypin, thank you very much for providing this tool! I am not quite sure how to report this in a reproducible way, so I will provide screenshots of my configuration....
`survey::svymean()` results an object of class `svystat`, which has a `vcov()` method to obtain not only the variances of the estimates but also their covariances. Is there a way to...
There is a `filter()` method for `tbl_svy`, but there isn't a `slice()` method, or any of the `*_join()` methods, as far as I can tell. Would it be possible to...
install_*() functions' return values ought to contain information about which packages were skipped.
`install_github()` and others skip installing a package if a repository's fingerprint hasn't changed since the last installation, and they inform the user by printing a message. However, the return value...
Block-diagonal matrix construction and deconstruction and other facilities can live in `ergm.multi`, with `tergm` handling only the temporal components. Other than avoiding code duplication, an added advantage of this is...