-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Tips for a helpful bug report:
-
If you have a question, please don't use this form. Instead, ask on https://stackoverflow.com/ or https://forum.posit.co/.
-
Please include a minimal reproducible example, a reprex, to demonstrate the bug.
If you've never heard of a reprex, please read "Make a reprex".
Do not include session info unless it is explicitly asked for. -
If you can, use one of the built-in datasets or a small toy dataset that exposes the bug.
If for some reason, the bug only occurs on your original data, try to limit the number of rows that are necessary to expose the bug.
Share such data by copyingdput()
output rather than an external file. -
Unless the bug is about the theme, labels, scales or other plot decoration: please omit these from the code.
-
Please check whether somebody has reported the same problem in the issues.
Delete these instructions once you have read them.
I found a problem with running one of my R scripts getting the following warning code and being stalled as what to do ...
Warning message:
fortify(<lm>)
was deprecated in ggplot2 3.6.0.
ℹ Please use broom::augment(<lm>)
instead.
ℹ The deprecated feature was likely used in the ggplot2 package.
Please report the issue at
https://github.com/tidyverse/ggplot2/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings()
to see where this warning was generated.
....
How do "Call lifecycle::last_lifecycle_warnings()
"