Re: [Rd] rdyncall fears removal from CRAN

2012-08-26 Thread Daniel Adler
Dear R Developers, Here is a small patch against the trunk that makes 'makeNamespace' a first-level function (not defined inside another closure) and defines two wrapper functions to 'registerNamespace' and 'unregisterNamespace'. http://dyncall.org/~dadler/R-trunk-public-namespace.diff The pat

Re: [Rd] rdyncall fears removal from CRAN

2012-08-20 Thread Hadley Wickham
> This is also very relevant for devtools. There have been some recent > changes to the in-development version of devtools, so that it loads > development packages into a namespace. Previously, it didn't use > namespaces, but now that it does, it much more closely approximates > normal package load

Re: [Rd] rdyncall fears removal from CRAN

2012-08-20 Thread Winston Chang
On Mon, Aug 20, 2012 at 4:05 AM, Daniel Adler wrote: > Dear R Core and CRAN Team, > > I received a warning that the rdyncall package [1] will be archived and > removed from the main CRAN distribution at 7th of September > if I can not get rid of .Internal calls. > >> From: rip...@stats.ox.ac.uk (

[Rd] rdyncall fears removal from CRAN

2012-08-20 Thread Daniel Adler
Dear R Core and CRAN Team, I received a warning that the rdyncall package [1] will be archived and removed from the main CRAN distribution at 7th of September if I can not get rid of .Internal calls. > From: rip...@stats.ox.ac.uk (Prof Brian Ripley) > Subject: Use of .Internal in CRAN package rd