Skip to content

Export predict_quantile()? #1257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hfrick opened this issue Feb 13, 2025 · 0 comments
Open

Export predict_quantile()? #1257

hfrick opened this issue Feb 13, 2025 · 0 comments

Comments

@hfrick
Copy link
Member

hfrick commented Feb 13, 2025

We export predict_<type>() like predict_numeric() but we don't export predict_quantile(). The roxygen2 tags are not activated because the lines only start with #, not #'. Is that intentional?

# @export
# @keywords internal
# @rdname other_predict
# @inheritParams predict.model_fit
predict_quantile <- function (object, ...) {
UseMethod("predict_quantile")
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant