pharmaverse / ggsurvfit

http://www.danieldsjoberg.com/ggsurvfit/
Other
67 stars 19 forks source link

Bug Report: <Describe bug> #102

Closed ddsjoberg closed 1 year ago

ddsjoberg commented 1 year ago

Is there an equivalent .onUnattach() i need to include to un-attach ggplot2? Is ggplot2 unattached with the way it's currently written?

If you use .onLoad(), consider using .onUnload() to clean up any side effects. By convention, .onLoad() and friends are usually saved in a file called R/zzz.R. (Note that .First.lib() and .Last.lib() are old versions of .onLoad() and .onUnload() and should no longer be used.)