Re: [Rd] Inserting and testing revised functions in a package

2012-08-09 Thread Duncan Murdoch
On 12-08-08 4:59 PM, Chris Warren wrote: Thanks, that was helpful in finding a bug in a library I was using, but now I'd like to run the original code (the revised code is unable to access some of the functions in the package, apparently, but I think I can work around it by running and checking t

Re: [Rd] Inserting and testing revised functions in a package

2012-08-09 Thread Chris Warren
Thanks, that was helpful in finding a bug in a library I was using, but now I'd like to run the original code (the revised code is unable to access some of the functions in the package, apparently, but I think I can work around it by running and checking the original function). How can I recover

[Rd] Inserting and testing revised functions in a package

2010-07-16 Thread John Chambers
A new facility has been added to r-devel for experimenting by authors of packages. The idea is to insert modified code from the package source into the running package without re-installing. So one can change, test, change, etc in a quick loop. The mechanism is to evaluate some files of sourc