tidymodels / tune

Tools for tidy parameter tuning
https://tune.tidymodels.org
Other
275 stars 42 forks source link

use tidy style in "Optimizations and parallel processing" vignette #921

Closed simonpcouch closed 1 month ago

simonpcouch commented 2 months ago

The "Optimizations and parallel processing" vignette uses backticks for package names--those should just be unformatted (e.g. tune should be tune).

https://github.com/tidymodels/tune/blob/cb4a0ee7662e32ee428b03f4a3f87da618b4b0fd/vignettes/extras/optimizations.Rmd#L17

More on tidy style: https://style.tidyverse.org/index.html

github-actions[bot] commented 4 weeks ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.