dbarts icon indicating copy to clipboard operation
dbarts copied to clipboard

Reason behind R_unload_dbarts not being called

Open mlechon opened this issue 2 months ago • 0 comments

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!

mlechon avatar Oct 30 '25 15:10 mlechon