Skip to content

Commit bcd075e

Browse files
committed
changes based on CRAN comments
1 parent b971084 commit bcd075e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.Rbuildignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
derby.log
1111
^logs$
1212
^tests/testthat/logs$
13-
^revdep$
13+
^revdep$
14+
^README\.md$

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ First CRAN release
9090

9191
# parsnip 0.0.0.9003
9292

93-
* `regularization` was changed to `penalty` in a few models to be consistent with [this change](tidymodels/model-implementation-principles@08d3afd).
93+
* `regularization` was changed to `penalty` in a few models to be consistent with [this change](https://tidymodels.github.io/model-implementation-principles/standardized-argument-names.html#tuning-parameters).
9494
* If a mode is not chosen in the model specification, it is assigned at the time of fit. [51](https://github.com/topepo/parsnip/issues/51)
9595
* The underlying modeling packages now are loaded by namespace. There will be some exceptions noted in the documentation for each model. For example, in some `predict` methods, the `earth` package will need to be attached to be fully operational.
9696

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Status](https://travis-ci.org/tidymodels/parsnip.svg?branch=master)](https://travis-ci.org/tidymodels/parsnip)
44
[![Coverage
55
status](https://codecov.io/gh/tidymodels/parsnip/branch/master/graph/badge.svg)](https://codecov.io/github/tidymodels/parsnip?branch=master)
6-
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/parsnip)](http://cran.rstudio.com/package=parsnip)
7-
[![Downloads](http://cranlogs.r-pkg.org/badges/parsnip)](http://cran.rstudio.com/package=parsnip)
6+
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/parsnip)](https://cran.rstudio.com/package=parsnip)
7+
[![Downloads](http://cranlogs.r-pkg.org/badges/parsnip)](https://cran.rstudio.com/package=parsnip)
88
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
99

1010

0 commit comments

Comments
 (0)