Skip to content
Prev 140670 / 398506 Next

Clash between alr3 and AlgDesign. (Was: Re: Second & subsequent calls to function fails. Please help debug.)

On Sun, Mar 30, 2008 at 9:43 AM, Duncan Murdoch <murdoch at stats.uwo.ca> wrote:
Namespaces are such a pain when you don't really need them though.
Its nice just to be able to source a new version of a function and have
it immediately work with the package.  Particularly for packages that
are changing or for which there is substantial code changes in the
devel version this is very convenient and namespaces interefere with that.

Although its possible to have namespace problems as discussed in this
thread I have found that it rarely actually happens and certainly not enough
to impose it.