dbarts
dbarts copied to clipboard
Reason behind R_unload_dbarts not being called
Hi! This one is not really a bug, but a "thank you" note.
Looking at the source code of dbarts I came across this comment:
// as of R 3.1, auto-unload never gets called
I believe the reason behind it is this R core issue.
I was having the same problem while developing a package of my own. I grepped CRAN for packages with R_unload_ functions and your comment help me realize that the issue wasn't in my code.
Many thanks!