3styleJam
3styleJam
#### Types of change - Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - Breaking change (fix or feature that would cause...
Steps to reproduce: 1. Open RStudio. Ensure you are NOT in an RStudio project. 2. Run `install.packages("ProjectTemplate")` in the console. 3. Create a new script "letters_script.R" within the directory "C:/Users/your/working/directory/letters"...
Hi. I have attempted to use `verify()` with the `error_fun` argument as either `just_warn` or `warn_report`. These return a warning message that is highlighted in the console, however for example...
I have an existing recipe with numerous steps and I tried adding `step_nearmiss(response_var, under_ratio = 2, skip = TRUE, seed = 8237)`, but then when I started the tuning process...
Hi. I am interested in using this dictionary however I cannot figure out how to install it on Windows. The best I could do was to follow the guidance here:...
I have performed a tuning process on a workflow set containing four workflows, which has taken 3-4 hours to complete. Because of the long processing time, I would like to...