Skip to content

Commit

Permalink
re-deprecate lfe tidiers
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jul 22, 2021
1 parent c1bc951 commit 5256dd6
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 683 deletions.
2 changes: 0 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ Suggests:
Lahman,
lavaan,
leaps,
lfe,
lm.beta,
lme4,
lmodel2,
Expand Down Expand Up @@ -662,7 +661,6 @@ Collate:
'ks-tidiers.R'
'lavaan-tidiers.R'
'leaps.R'
'lfe-tidiers.R'
'list-irlba.R'
'list-optim-tidiers.R'
'list-svd-tidiers.R'
Expand Down
3 changes: 0 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ S3method(augment,decomposed.ts)
S3method(augment,default)
S3method(augment,drc)
S3method(augment,factanal)
S3method(augment,felm)
S3method(augment,fixest)
S3method(augment,gam)
S3method(augment,glm)
Expand Down Expand Up @@ -75,7 +74,6 @@ S3method(glance,drc)
S3method(glance,durbinWatsonTest)
S3method(glance,ergm)
S3method(glance,factanal)
S3method(glance,felm)
S3method(glance,fitdistr)
S3method(glance,fixest)
S3method(glance,gam)
Expand Down Expand Up @@ -182,7 +180,6 @@ S3method(tidy,emmGrid)
S3method(tidy,epi.2by2)
S3method(tidy,ergm)
S3method(tidy,factanal)
S3method(tidy,felm)
S3method(tidy,fitdistr)
S3method(tidy,fixest)
S3method(tidy,ftable)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
To be release as broom 0.7.9.

* Fixed confidence intervals in `tidy.crr()`, which were previously exponentiated when `exponentiate = FALSE` (`#1023` by `@leejasme`)
* Deprecate tidiers for `felm` objects from the `lfe` package, which was again archived from CRAN.

# broom 0.7.8

Expand Down
243 changes: 0 additions & 243 deletions R/lfe-tidiers.R

This file was deleted.

Loading

0 comments on commit 5256dd6

Please sign in to comment.