[Rd] R_alloc problems in R v1.11
Kjell Konis
konis at stats.ox.ac.uk
Wed Jul 6 23:39:00 CEST 2005
On 6 Jul 2005, at 22:06, Uwe Ligges wrote:
> Marie-Hélène Ouellette wrote:
>
>> I'm using the R v1.11 on Macintoch and I seem to have a problem
>> with the
>>
>
> There is no version 1.11, and there never was. Current is 2.1.1
> anything
> older than 2.x.y is unsupported these days.
The latest version of R for OSX available on CRAN (R-2.1.0a.dmg)
reports itself as "Version 1.11 (1.11)". This is actually the
version of the Macintosh GUI and not the underlying R framework
(which is 2.1.0) but it is found where traditional mac users are
going to look to find the version information: R -> About R.
I think I may have also stumbled across a tiny little bug in .C. I
forgot to capitalize Hello:
> .C("hello", as.integer(5))
Error in .C("hello", as.integer(5)) : "C" function name not in load
table
I think it should say '"hello" function name not in load table'.
Kjell
More information about the R-devel
mailing list