Skip to content

Commit 981bc68

Browse files
committed
fixed old url
1 parent 375e310 commit 981bc68

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ tests/testthat/logs/
77
*.history
88
derby.log
99
logs/*
10-
revdep/library.noindex/
11-
revdep/checks.noindex/
12-
10+
revdep/*

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Unplanned release based on CRAN requirements for Solaris.
117117

118118
## Breaking Changes
119119

120-
* The method that `parsnip` stores the model information has changed. Any custom models from previous versions will need to use the new method for registering models. The methods are detailed in `?get_model_env` and the [package vignette for adding models](https://tidymodels.github.io/parsnip/articles/articles/Scratch.html).
120+
* The method that `parsnip` stores the model information has changed. Any custom models from previous versions will need to use the new method for registering models. The methods are detailed in `?get_model_env` and the [package vignette for adding models](https://parsnip.tidymodels.org/articles/articles/Scratch.html).
121121

122122
* The mode needs to be declared for models that can be used for more than one mode prior to fitting and/or translation.
123123

0 commit comments

Comments
 (0)