Closed nehill197 closed 2 months ago
After merging this in please do a version bump and update the news file with the details about the change to the function and the new argument added. I think this would be a minor bump as it is adding new functionality but could be a patch as it is fixing a bug in a way.
Closes #101 This is a workaround for the issues with
sbf_print()
that can cause R to crash, by skipping the printing of plots. By settingoptions(sbf.plot = TRUE)
in the header, no plots will print, but will still be saved as .png files withsbf_save_plot()
.See this issue for background: https://github.com/tidyverse/ggplot2/issues/3538