Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.96 KB

issue_template.md

File metadata and controls

52 lines (30 loc) · 1.96 KB
name about
Bug report or feature request
Describe a bug you've seen or make a case for a new feature

PLEASE READ: Making a new issue for parsnip

Please follow the template below.

If the question is related at all to a specific data analysis, please include a minimal reprex (reproducible example). If you've never heard of a reprex before, start by reading "What is a reprex", and follow the advice further down that page.

Tips:

  • Here is a good example issue: #139

  • Issues without a reprex will have a lower priority than the others.

  • We don't want you to use confidential data; you can blind the data or simulate other data to demonstrate the issue. The functions caret::twoClassSim() or caret::SLC14_1() might be good tools to simulate data for you.

  • Unless the problem is explicitly about parallel processing, please run sequentially.

    • Even if it about parallel processing, please make sure that it runs sequentially first.
  • Please use set.seed() to ensure any randomness in your code is reproducible.

  • Please check https://stackoverflow.com/ or https://community.rstudio.com/ to see if someone has already asked the same question (see: Yihui's Rule).

  • You might need to install these:

install.packages(c("reprex", "sessioninfo"), repos = "http://cran.r-project.org")

When are ready to file the issue, please delete the parts above this line: < -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->

The problem

I'm having trouble with ... or

Have you considered ...

Reproducible example

Copy your code to the clipboard and run:

reprex::reprex(si = TRUE)