I'm just thinking out loud about this one. So far I was saving all package-specific settings in options
. I have some experience with ReferenceClass
es (thanks to Rook
), and I've seen that knitr
uses RC to save package-specific staff. I'd like to know more about pros/cons of both approaches. Or maybe you'd like to recommend another approach (e.g. sourcing R file located in getwd()
on startup, much like devtools
and .Rpackages
)?
Ideas?