search for: library_

Displaying 5 results from an estimated 5 matches for "library_".

Did you mean: library
2010 Sep 28
2
Problema con read.spss
...a, Tengo problemas a la hora de cargar un archivo que originalmente está en SPSS. Trabajo con Fedora y uso R mediante el plugin Rgedit en gedit. Además en Fedora no tengo SPSS, sino PSPP Para cargar el archivo he probado estas dos cosas (escribo también el mensaje de error que me genera R): >library_(foreign) >read.spss("guille.sav",to.data.frame = T) Error en read.spss("guille.sav", to.data.frame = T) : unable to open file: 'No existe el fichero o el directorio' > read.spss("/home/guillermo/Escritorio/guille.sav",to.data.frame = T) Error en read....
2005 Feb 04
1
Keeping the data of C structure in R variables?..
...d create some implementation that would create this structure by pointer and fill in the data, so I would have a variable something like SData* myData; Now what I need is to pass this data to a certain SEXP structure and keep it completely in R, thus setting myData = NULL and _unloading the C library_; then later I want to create another variable, in another C call, SData* myOldData and reload it with values from R. Is there a way to do that, keeping also in mind that char* data is generally binary data. Would be greatful for any suggestions. Regards Oleg
2005 Feb 04
1
Keeping the data of C structure in R variables?..
...d create some implementation that would create this structure by pointer and fill in the data, so I would have a variable something like SData* myData; Now what I need is to pass this data to a certain SEXP structure and keep it completely in R, thus setting myData = NULL and _unloading the C library_; then later I want to create another variable, in another C call, SData* myOldData and reload it with values from R. Is there a way to do that, keeping also in mind that char* data is generally binary data. Would be greatful for any suggestions. Regards Oleg
2009 Apr 13
6
Memcached 1.6.5 (Rails 2.3) 10x slower
The move to memcached_client 1.6.5 in Rails 2.3 seems to have made the Rails cache about 10x slower. Since that''s the opposite effect I would expect, I was hoping somebody would explain where I''m misreading these numbers? I noticed my fragment caching was slow -- it shouldn''t take 2ms just to read a 2k string from a localhost memcached server: Cached fragment hit:
2010 Sep 29
0
Resumen de R-help-es, Vol 19, Envío 28
...ajo con Fedora y uso R mediante el plugin Rgedit en gedit. > > > Además en Fedora no tengo SPSS, sino PSPP > > > > > > Para cargar el archivo he probado estas dos cosas (escribo también el > > > mensaje de error que me genera R): > > > > > > >library_(foreign) > > > >read.spss("guille.sav",to.data.frame = T) > > > Error en read.spss("guille.sav", to.data.frame = T) : > > > unable to open file: ''No existe el fichero o el directorio'' > > > > > > > read.spss(&...