Skip to content

Commit

Permalink
fix function name (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfrick authored Oct 17, 2024
1 parent bbdf23c commit cb08170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/pal.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cb08170

Please sign in to comment.