diff --git a/vignettes/pal.Rmd b/vignettes/pal.Rmd index 9bb11af..316b619 100644 --- a/vignettes/pal.Rmd +++ b/vignettes/pal.Rmd @@ -47,7 +47,7 @@ options( ) ``` -You'll probably want pal to always use whichever model you're configuring with this option. To make this selection persist across sessions, add that `options()` code to your `.Rprofile`. You might use `usethis::edit_r_environ()` to open the file. After making those changes and restarting R, your pal will use the new model. +You'll probably want pal to always use whichever model you're configuring with this option. To make this selection persist across sessions, add that `options()` code to your `.Rprofile`. You might use `usethis::edit_r_profile()` to open the file. After making those changes and restarting R, your pal will use the new model. ## The pal addin