Re: [Rd] missing IntegerFromString()

2007-06-07 Thread Seth Falcon
"Aniko Szabo" <[EMAIL PROTECTED]> writes: > I am sorry about the confusion, I was too hasty. > asInteger(coerceVector(x,INTSXP)) does not work after all. Here are more > details of what I am trying to accomplish: I have a matrix with column > names that are actually known to be integers (because I

Re: [Rd] missing IntegerFromString()

2007-06-07 Thread Prof Brian Ripley
On Thu, 7 Jun 2007, Aniko Szabo wrote: > I am sorry about the confusion, I was too hasty. > asInteger(coerceVector(x,INTSXP)) does not work after all. Here are more > details of what I am trying to accomplish: I have a matrix with column > names that are actually known to be integers (because I se

Re: [Rd] missing IntegerFromString()

2007-06-07 Thread Aniko Szabo
rian Ripley [mailto:[EMAIL PROTECTED] Sent: Thursday, June 07, 2007 12:51 PM To: Simon Urbanek Cc: Douglas Bates; Aniko Szabo Subject: Re: [Rd] missing IntegerFromString() On Thu, 7 Jun 2007, Simon Urbanek wrote: > > On Jun 7, 2007, at 1:00 PM, Prof Brian Ripley wrote: > >> On Thu, 7 J

Re: [Rd] missing IntegerFromString()

2007-06-07 Thread Prof Brian Ripley
t; >> >>> >>> Aniko >>> >>> -Original Message- >>> From: Seth Falcon [mailto:[EMAIL PROTECTED] >>> Sent: Tuesday, June 05, 2007 11:24 PM >>> To: Aniko Szabo >>> Cc: r-devel@r-project.org >>> Subject: Re:

Re: [Rd] missing IntegerFromString()

2007-06-07 Thread Prof Brian Ripley
t;> Aniko >> >> -Original Message- >> From: Seth Falcon [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, June 05, 2007 11:24 PM >> To: Aniko Szabo >> Cc: r-devel@r-project.org >> Subject: Re: [Rd] missing IntegerFromString() >> >> Hi Aniko,

Re: [Rd] missing IntegerFromString()

2007-06-07 Thread Simon Urbanek
> >> Aniko >> >> -Original Message- >> From: Seth Falcon [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, June 05, 2007 11:24 PM >> To: Aniko Szabo >> Cc: r-devel@r-project.org >> Subject: Re: [Rd] missing IntegerFromString() >> >> Hi

Re: [Rd] missing IntegerFromString()

2007-06-07 Thread Douglas Bates
because only the first element of the SEXP x is converted to an integer. > > Aniko > > -Original Message- > From: Seth Falcon [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 05, 2007 11:24 PM > To: Aniko Szabo > Cc: r-devel@r-project.org > Subject: Re: [Rd] missing

Re: [Rd] missing IntegerFromString()

2007-06-07 Thread Aniko Szabo
Sent: Tuesday, June 05, 2007 11:24 PM To: Aniko Szabo Cc: r-devel@r-project.org Subject: Re: [Rd] missing IntegerFromString() Hi Aniko, "Aniko Szabo" <[EMAIL PROTECTED]> writes: > I have created a DLL not so long ago using C code. My code used the > IntegerFromString

Re: [Rd] missing IntegerFromString()

2007-06-05 Thread Seth Falcon
Hi Aniko, "Aniko Szabo" <[EMAIL PROTECTED]> writes: > I have created a DLL not so long ago using C code. My code used the > IntegerFromString() function that used to be exported in the > Rinternals.h header file (and thus easily accessible). Recently I > upgraded to R 2.5.0 and my DLL stopped wor

[Rd] missing IntegerFromString()

2007-06-05 Thread Aniko Szabo
I have created a DLL not so long ago using C code. My code used the IntegerFromString() function that used to be exported in the Rinternals.h header file (and thus easily accessible). Recently I upgraded to R 2.5.0 and my DLL stopped working. I see that the IntegerFromString() function is not expor