Skip to content
Prev 43043 / 63421 Next

Display instruction text on package load

On 12-04-07 5:27 PM, Thomas J. Leeper wrote:
You can create functions that run when your package is attached (put 
onto the search list) or loaded (loaded into memory, possibly because 
another package is using it).  You can read about these in the "Load 
Hooks" section of the Writing R Extensions manual, or the ?.onLoad help 
page.

Duncan Murdoch