Skip to content
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

warnings when documenting with dev roxygen2 #1031

Closed
simonpcouch opened this issue Nov 22, 2023 · 2 comments
Closed

warnings when documenting with dev roxygen2 #1031

simonpcouch opened this issue Nov 22, 2023 · 2 comments

Comments

@simonpcouch
Copy link
Contributor

With current dev roxygen2, I see:

> devtools::document()
ℹ Updating parsnip documentation
ℹ Loading parsnip
✖ svm_linear.R:142: S3 method `check_args.svm_linear` needs @export or
  @exportS3method tag.
✖ survival_reg.R:85: S3 method `check_args.survival_reg` needs @export or
  @exportS3method tag.
✖ decision_tree.R:130: S3 method `check_args.decision_tree` needs @export or
  @exportS3method tag.
✖ logistic_reg.R:137: S3 method `check_args.logistic_reg` needs @export or
  @exportS3method tag.
✖ discrim_regularized.R:97: S3 method `check_args.discrim_regularized` needs @export
  or @exportS3method tag.
✖ predict_interval.R:58: S3 method `predict_predint.model_fit` needs @export or
  @exportS3method tag.
✖ mars.R:107: S3 method `check_args.mars` needs @export or @exportS3method tag.
✖ pls.R:89: S3 method `check_args.pls` needs @export or @exportS3method tag.
✖ misc.R:289: S3 method `check_args.default` needs @export or @exportS3method tag.
✖ svm_rbf.R:141: S3 method `check_args.svm_rbf` needs @export or @exportS3method
  tag.
✖ surv_reg.R:85: S3 method `check_args.surv_reg` needs @export or @exportS3method
  tag.
✖ bag_tree.R:86: S3 method `check_args.bag_tree` needs @export or @exportS3method
  tag.
✖ discrim_linear.R:82: S3 method `check_args.discrim_linear` needs @export or
  @exportS3method tag.
✖ mlp.R:127: S3 method `check_args.mlp` needs @export or @exportS3method tag.
✖ rand_forest.R:163: S3 method `check_args.rand_forest` needs @export or
  @exportS3method tag.
✖ multinom_reg.R:102: S3 method `check_args.multinom_reg` needs @export or
  @exportS3method tag.
✖ boost_tree.R:166: S3 method `check_args.boost_tree` needs @export or
  @exportS3method tag.
✖ discrim_flexible.R:87: S3 method `check_args.discrim_flexible` needs @export or
  @exportS3method tag.
✖ cubist_rules.R:137: S3 method `check_args.cubist_rules` needs @export or
  @exportS3method tag.
✖ linear_reg.R:108: S3 method `check_args.linear_reg` needs @export or
  @exportS3method tag.
✖ svm_poly.R:136: S3 method `check_args.svm_poly` needs @export or @exportS3method
  tag.
✖ poisson_reg.R:103: S3 method `check_args.poisson_reg` needs @export or
  @exportS3method tag.
✖ c5_rules.R:113: S3 method `check_args.C5_rules` needs @export or @exportS3method
  tag.
✖ nearest_neighbor.R:96: S3 method `check_args.nearest_neighbor` needs @export or
  @exportS3method tag.
@simonpcouch
Copy link
Contributor Author

This has been resolved. :)

Copy link

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.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant