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)}
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.
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.
to