Skip to content

Commit 0102665

Browse files
committed
get rid of legacy github.io links
1 parent 65fa26a commit 0102665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

man/dials-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/Basics.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In any case, some information is needed to create a grid or to validate whether
2828

2929
* Create an easy to use framework for describing and querying tuning parameters. this can include getting sequences or random tuning values, validating current values, transforming parameters, and other tasks.
3030
* Standardize the names of different parameters. Different packages in R use different argument names for the same quantities. `dials` proposes some standardized names so that the user doesn't need to memorize the syntactical minutiae of every package.
31-
* Work with the [`parsnip`](https://topepo.github.io/parsnip/) package which is a modern attempt to standardize the interfaces for specific models across R packages and computational engines.
31+
* Work with the [`parsnip`](https://parsnip.tidymodels.org) package which is a modern attempt to standardize the interfaces for specific models across R packages and computational engines.
3232
* Adhere to [tidy principals](https://cran.r-project.org/package=tidyverse/vignettes/manifesto.html).
3333

3434
The main type of objects in `dials` have class `param`.

0 commit comments

Comments
 (0)