Skip to content

Commit d85901e

Browse files
committed
mark deprecation in docs
1 parent f468053 commit d85901e

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

R/fortify-lm.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#' Supplement the data fitted to a linear model with model fit statistics.
22
#'
3+
#' @description
4+
#' `r lifecycle::badge("deprecated")`
5+
#'
6+
#' This method is deprecated because using `broom::augment()` is a better
7+
#' solution to supplement data from a linear model.
38
#' If you have missing values in your model data, you may need to refit
49
#' the model with `na.action = na.exclude`.
510
#'

R/fortify-multcomp.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#' Fortify methods for objects produced by \pkg{multcomp}
22
#'
3+
#' @description
4+
#' `r lifecycle::badge("deprecated")`
5+
#'
6+
#' This function is deprecated because using `broom::tidy()` is a better
7+
#' solution to convert model objects.
8+
#'
39
#' @param model an object of class `glht`, `confint.glht`,
410
#' `summary.glht` or [multcomp::cld()]
511
#' @param data,... other arguments to the generic ignored in this method.

man/fortify-multcomp.Rd

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/fortify.lm.Rd

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)