Skip to content

Commit 1fd4e52

Browse files
committed
CRAN doesn't like redirects
``` Found the following (possibly) invalid URLs: URL: #33 (moved to #33) From: NEWS.md Status: 200 Message: OK ```
1 parent 9d44ff7 commit 1fd4e52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEWS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ First CRAN release
198198
# parsnip 0.0.0.9003
199199

200200
* `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).
201-
* 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)
201+
* If a mode is not chosen in the model specification, it is assigned at the time of fit. [51](https://github.com/tidyverse/parsnip/issues/51)
202202
* 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.
203203

204204
# parsnip 0.0.0.9002
@@ -212,7 +212,7 @@ First CRAN release
212212

213213
# parsnip 0.0.0.9000
214214

215-
* The `fit` interface was previously used to cover both the x/y interface as well as the formula interface. Now, `fit()` is the formula interface and [`fit_xy()` is for the x/y interface](https://github.com/topepo/parsnip/issues/33).
215+
* The `fit` interface was previously used to cover both the x/y interface as well as the formula interface. Now, `fit()` is the formula interface and [`fit_xy()` is for the x/y interface](https://github.com/tidyverse/parsnip/issues/33).
216216
* Added a `NEWS.md` file to track changes to the package.
217-
* `predict` methods were [overhauled](https://github.com/topepo/parsnip/issues/34) to be [consistent](https://github.com/topepo/parsnip/issues/41).
217+
* `predict` methods were [overhauled](https://github.com/tidyverse/parsnip/issues/34) to be [consistent](https://github.com/tidyverse/parsnip/issues/41).
218218
* MARS was added.

0 commit comments

Comments
 (0)