tidymodels / discrim

Wrappers for discriminant analysis and naive Bayes models for use with the parsnip package
https://discrim.tidymodels.org
Other
28 stars 3 forks source link

CRAN changes plus some minor fixes #3

Closed topepo closed 4 years ago

topepo commented 4 years ago

Please always write package names, software names and API names in single quotes in title and description. e.g: --> 'parsnip'

Please add references describing the methods in your package in the description field of your DESCRIPTION file in the form authors (year) authors (year) authors (year, ISBN:...) or if those are not available: with no space after 'doi:', 'arXiv:', 'https:' and angle brackets for auto-linking.

Also: added smoothness() as a function here instead of dials and changed the default engine of discrim_regularized() to klaR (which it should have been)

github-actions[bot] commented 3 years ago

This pull request 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.