cpp11 icon indicating copy to clipboard operation
cpp11 copied to clipboard

Consider putting the precious list in the package namespace rather than a global option.

Open jimhester opened this issue 4 years ago • 0 comments
trafficstars

This would potentially allow easier debugging when tracking down memory issues.

Basically you would need to add a call to a function in .onLoad() that initializes the precious list for that package.

For rmarkdown use cases we would use the cpp11 namespace to hold the list.

jimhester avatar Mar 16 '21 15:03 jimhester