HughParsonage
HughParsonage
As a possible enhancement, consider a function like this: ```r prohibit_vector_recycling
This is the proposal to weaken knitr's dependency on `stringr` and close #1549. We replace each `stringr::` with `stringr__` which is defined in `0-stringr_suggestions.R`. Each such function reverts to the...
`knitr`'s dependency graph includes `evaluate` and `stringr`, and thus `stringi`. Package `stringi` is a heavy dependency: it takes around a minute to install from source (or several on OSX or...
Thank you for this wonderful package. I have a question regarding the documentation in `?plan`: > ### For package developers > Please refrain from modifying the future strategy inside your...
Since biber typically uses biblatex, we can infer bibtex/biber by examining the contents of `file`. The pull requests adds some tests, notably running `install_tinytex`. I wasn't sure whether this was...
Hard to articulate eloquently, but essentially the ability to separate expressions like `x == 1` so that they can be used in functions like `which(x == 1)` without realizing the...
Love the package and have usually found it performant. Noticed one slightly lengthy computation of `rowSums2` and on benchmarking found it to be generally slower than `base::rowSums` for even moderately-sized...
For some reason ```r tbl1
https://github.com/joshuaulrich/microbenchmark/blob/aa2c1a1cab076bd262a7f13670a0446062774630/R/zzz.R#L14 `loadedNamespaces` could be used as it only requires R 1.7.0