tidymodels / infer

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

messages on `devtools::document()` #532

Closed simonpcouch closed 7 months ago

simonpcouch commented 7 months ago

Seeing:

✖ calculate.R:344: S3 method `calc_impl.F` needs @export or @exportS3method tag.
✖ calculate.R:275: S3 method `calc_impl.sd` needs @export or @exportS3method tag.
✖ calculate.R:527: S3 method `calc_impl.t` needs @export or @exportS3method tag.
✖ calculate.R:559: S3 method `calc_impl.z` needs @export or @exportS3method tag.
✖ calculate.R:467: S3 method `calc_impl.function_of_props` needs @export or @exportS3method
  tag.
✖ calculate.R:370: S3 method `calc_impl.diff_in_means` needs @export or @exportS3method tag.
✖ calculate.R:307: S3 method `calc_impl.prop` needs @export or @exportS3method tag.
✖ calculate.R:370: S3 method `calc_impl.diff_in_medians` needs @export or @exportS3method
  tag.
✖ calculate.R:508: S3 method `calc_impl.ratio_of_props` needs @export or @exportS3method
  tag.
✖ calculate.R:370: S3 method `calc_impl.ratio_of_means` needs @export or @exportS3method
  tag.
✖ calculate.R:412: S3 method `calc_impl.Chisq` needs @export or @exportS3method tag.
✖ calculate.R:353: S3 method `calc_impl.slope` needs @export or @exportS3method tag.
✖ calculate.R:512: S3 method `calc_impl.odds_ratio` needs @export or @exportS3method tag.
✖ calculate.R:275: S3 method `calc_impl.mean` needs @export or @exportS3method tag.
✖ calculate.R:275: S3 method `calc_impl.sum` needs @export or @exportS3method tag.
✖ calculate.R:362: S3 method `calc_impl.correlation` needs @export or @exportS3method tag.
✖ calculate.R:504: S3 method `calc_impl.diff_in_props` needs @export or @exportS3method tag.
✖ calculate.R:275: S3 method `calc_impl.median` needs @export or @exportS3method tag.
✖ calculate.R:307: S3 method `calc_impl.count` needs @export or @exportS3method tag.
simonpcouch commented 7 months ago

Closed in https://github.com/tidymodels/infer/commit/e6212f3c077a4f911edb1c59f190339b97fd5490.

github-actions[bot] commented 7 months 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.