Message-ID: <m21wwa1in9.fsf@ziti.local>
Date: 2006-04-06T21:47:06Z
From: Seth Falcon
Subject: prevent reassignment of function names
In-Reply-To: <44357024.6090804@metrumrg.com> (Tim Bergsma's message of "Thu, 06 Apr 2006 15:46:44 -0400")
Tim Bergsma <timb at metrumrg.com> writes:
> Hi.
>
> I'm trying to find a systematic way to prevent assignment to names of
> existing functions.
An alternative would be to put your functions into an R package with a
namespace. Then you won't be able to overwrite them (easily).
+ seth