-
Notifications
You must be signed in to change notification settings - Fork 301
Use markdown syntax for lifecycle badges #1302
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
Conversation
| #' \lifecycle{soft-deprecated} | ||
| #' `r lifecycle::badge("deprecated")` | ||
| #' | ||
| #' Some of these functions are now soft-deprecated since the tidyverse team has |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| #' Some of these functions are now soft-deprecated since the tidyverse team has | |
| #' Some of these functions are now deprecated since the tidyverse team has |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we actually deprecate these, i.e. in the code? Right now the deprecation is just a state of mind.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Soft deprecation is still a thing; it just doesn't get it's own badge; and it looks like use_travis() is already calling deprecate_soft()?
Conflicts: R/pkgdown.R man/use_pkgdown.Rd
|
Merged this to avoid future merge conflicts. I can do a separate review of calls to deprecation functions if you want. |
And remove RdMacros: from DESCRIPTION