bug_report.md 1.0 KB


name: Bug report

about: Create a report to show a bug

Before reporting a bug, please make sure to test the current development version of this package and update all your R packages (and R itself) if possible:

devtools::install_github('rstudio/rticles')
update.packages(ask = FALSE, checkBuilt = TRUE)

If the bug still persists, please provide a minimal, self-contained, and reproducible example (reprex) that is easy for others to run. Please also make sure your issue is correctly formatted.

If you are not sure if it is a bug or not, please consider asking a question on Stack Overflow or in RStudio Community first. We are more committed to fixing bugs than answering general questions here on Github due to limited human resources.