Skip to content
Prev 45812 / 63424 Next

loading of unwanted namespace

Martin,
  Your suggestion below did the trick.  The issue was obvious once this pointed me to the correct bit of code.
  Thanks much.

Terry T.


---- begin included text ---
    trace(loadNamespace, quote(if (package == "survival") recover()))

will break into ?recover when survival is being loaded.

Martin