Fixed in repository.
Thanks for the bug report.
L.
On 2011-04-22 18:04, Moritz Beber wrote:
> On 04/22/2011 05:22 PM, Brent Pedersen wrote:
>> On Fri, Apr 22, 2011 at 9:03 AM, Brent Pedersen wrote:
>>> On Fri, Apr 22, 2011 at 8:34 AM, Brent Pedersen wrote:
hi, I am getting some errors wit
Fixed in the code repository.
Thanks for the report.
L.
On 2011-04-25 17:11, Artur Wroblewski wrote:
> Hello,
>
> Please take a look at
>
import rpy2.robjects as ro
ro.FloatVector([ro.NA_Real, 1, 2, 3, ro.NA_Real])
>
> [0.00, 1.00, 2.00, 3.00, 0.00]
>
> Why NA_Real
--
Destina il tuo 5 per mille dell'IRPEF (sul mod. 730 o mod. UNICO o mod. CUD)
firmando e indicando il nostro codice fiscale 03254210150 nel riquadro
"finanziamento agli enti della ricerca scientifica e dell'universita'" per
aiutare a mantenere indipendente la ricerca scientifica dell'
Hello, there.
I'm a newbie to rpy2.
I'm confused to access a datatable through rpy2 and would like to know how
to.
Rpy2 seems very powerful and functional. I tried accessing to SQLite by
using RSQLite, by Rpy2 on Python
robjects.r('library(RSQLite)')
drv = 'dbDriver("SQLite")'
This worke