Re: [Rd] broken link on CRAN

2011-02-28 Thread Max Kuhn
Peter and Simon, That was the issue. Thanks, Max On Mon, Feb 28, 2011 at 3:48 PM, Simon Urbanek wrote: > > On Feb 28, 2011, at 3:22 PM, Max Kuhn wrote: > >> The link to >> >>   http://cran.r-project.org/bin/macosx/R-2.12.1.pkg >> >> on the CRAN page >> >>   http://cran.r-project.org/bin/macosx/

Re: [Rd] function call overhead

2011-02-28 Thread Dominick Samperi
On Mon, Feb 28, 2011 at 6:37 PM, Paul Johnson wrote: > Snipping down to bare minimum history before comment: > > On Wed, Feb 16, 2011 at 4:28 PM, Olaf Mersmann > wrote: >> Dear Hadly, dear list, >> >> On Wed, Feb 16, 2011 at 9:53 PM, Hadley Wickham wrote: >> system.time(replicate(1e4, base:

Re: [Rd] function call overhead

2011-02-28 Thread Paul Johnson
Snipping down to bare minimum history before comment: On Wed, Feb 16, 2011 at 4:28 PM, Olaf Mersmann wrote: > Dear Hadly, dear list, > > On Wed, Feb 16, 2011 at 9:53 PM, Hadley Wickham wrote: > >>> system.time(replicate(1e4, base::print)) >>   user  system elapsed >>  0.539   0.001   0.541 >>> s

Re: [Rd] broken link on CRAN

2011-02-28 Thread Simon Urbanek
On Feb 28, 2011, at 3:22 PM, Max Kuhn wrote: > The link to > > http://cran.r-project.org/bin/macosx/R-2.12.1.pkg > > on the CRAN page > > http://cran.r-project.org/bin/macosx/ > > is broken. There is no such link on the page - it's R-2.12.2.pkg now - I suspect you have a cached page in

Re: [Rd] broken link on CRAN

2011-02-28 Thread peter dalgaard
On Feb 28, 2011, at 21:22 , Max Kuhn wrote: > The link to > > http://cran.r-project.org/bin/macosx/R-2.12.1.pkg > > on the CRAN page > > http://cran.r-project.org/bin/macosx/ > > is broken. Also, the email address for the webmaster is null (which is > why I'm emailing here). There's no s

[Rd] broken link on CRAN

2011-02-28 Thread Max Kuhn
The link to http://cran.r-project.org/bin/macosx/R-2.12.1.pkg on the CRAN page http://cran.r-project.org/bin/macosx/ is broken. Also, the email address for the webmaster is null (which is why I'm emailing here). Thanks, Max __ R-devel@r-proje

Re: [Rd] Small enhancement for CMD check

2011-02-28 Thread Terry Therneau
On Mon, 2011-02-28 at 16:57 +, Prof Brian Ripley wrote: > Unfortunately it would need a major rewrite, and either piping output > through a pager (surely the standard Unix way to handle this) or > redirecting to a file is the simplest way to do this. > > R CMD check calls a process to run .r

Re: [Rd] Small enhancement for CMD check

2011-02-28 Thread Prof Brian Ripley
Unfortunately it would need a major rewrite, and either piping output through a pager (surely the standard Unix way to handle this) or redirecting to a file is the simplest way to do this. R CMD check calls a process to run .runPackageTestsR, which calls further processes to run each test and