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/
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:
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
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
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
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
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
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