tidymodels / infer

An R package for tidyverse-friendly statistical inference
https://infer.tidymodels.org
Other
726 stars 80 forks source link

hyperlink help-files in error messages #468

Closed simonpcouch closed 1 year ago

simonpcouch commented 1 year ago

Many error messages in infer point to ?some_function and rely on the user to paste that text into the console and run it to see the help-file. The new IDE + cli tooling could make those help-files more accessible, especially when the more relevant help-file is for a method rather than a generic.

i.e.

see ?fit.infer

to

see the {.help [fit() documentation](infer::fit.infer)}

github-actions[bot] commented 1 year ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.