Skip to content
Prev 58803 / 63424 Next

Speed-up/Cache loadNamespace()

Thank you Serguei and Gabor.
Great suggestions.
It should be possible to change the error handling behavior.
options (error = function () NULL)

Or something better...

Also, it may be desirable to wipe the global environment (or parts of
it), after each script:

    remove (list = ls (envir=.GlobalEnv, all.names=TRUE) )