Martin Maechler <[EMAIL PROTECTED]> writes:
> I'm quite similar to Seth here. For that reason (and because
> Doug Bates also behaves similarly here, and we talked about it !),
> if you use R 2.3.0 or newer,
> example(source)
> will provide the function sourceDir(), so you can do
>
>exam
> "Seth" == Seth Falcon <[EMAIL PROTECTED]>
> on Tue, 06 Jun 2006 07:31:22 -0700 writes:
Seth> Sean Davis <[EMAIL PROTECTED]> writes:
>> On 6/6/06 8:33 AM, "Uwe Ligges"
>> <[EMAIL PROTECTED]> wrote:
>>
>>> See ?assignInNamespace and ?fixInNamespace
>> Thanks,
Sean Davis <[EMAIL PROTECTED]> writes:
> On 6/6/06 8:33 AM, "Uwe Ligges" <[EMAIL PROTECTED]> wrote:
>
>> See ?assignInNamespace and ?fixInNamespace
>
> Thanks, Uwe. I should have been able to find those, but
>
>> During developing, I suggest to remove the NAMESPACE temporarily.
>
> I wondered
On Tue, 6 Jun 2006, Sean Davis wrote:
> I would like to edit a function from a package that uses a NAMESPACE, but in
> place (after the package is loaded). As a simple example, I would like to
> add a browser() call to a line in one of the functions for debugging
> purposes. Since the function i
On 6/6/06 8:33 AM, "Uwe Ligges" <[EMAIL PROTECTED]> wrote:
> Sean Davis wrote:
>> I would like to edit a function from a package that uses a NAMESPACE, but in
>> place (after the package is loaded). As a simple example, I would like to
>> add a browser() call to a line in one of the functions
Sean Davis wrote:
> I would like to edit a function from a package that uses a NAMESPACE, but in
> place (after the package is loaded). As a simple example, I would like to
> add a browser() call to a line in one of the functions for debugging
> purposes. Since the function is in the package name