yihui / knitr

A general-purpose tool for dynamic report generation in R
https://yihui.org/knitr/
2.38k stars 876 forks source link

Replace `stringr::str_dup()` with `paste()`/`rep()` #2186

Closed rich-iannone closed 1 year ago

rich-iannone commented 1 year ago

This PR replaces two uses of stringr::str_dup() with a base R equivalent.