Displaying 10 results from an estimated 10 matches for "mirai".
Did you mean:
mihai
2013 Jul 22
1
problem loading large xlsx file into r
Hi,
I am facing trouble when trying to read large xlsx file into R. please find the code and error below. The file I was trying to read has 36,500 rows X 188 col, ~ 37 MB size.
> options( java.parameters = "-Xmx4g" )
> library(xlsx)
Loading required package: xlsxjars
Loading required package: rJava
> cftc =
2019 May 06
0
rTRNG: Advanced and Parallel Random Number Generation via TRNG
...d headers
and makes them available to other projects combining R with C++.
Beyond this, rTRNG exposes the creation, manipulation and use of
pseudo-random streams to R, via Rcpp and RcppParallel.
rTRNG on CRAN
<https://cran.r-project.org/package=rTRNG>
Public repository
<https://github.com/miraisolutions/rTRNG#readme>
More on the history behind rTRNG and its way to CRAN at
<https://mirai-solutions.ch/news/2019/05/04/rTRNG-on-CRAN/>
--
Riccardo Porreca
Senior Solutions Consultant
Mirai Solutions GmbH
riccardo.porreca at mirai-solutions.com
_____________________________________...
2019 May 06
0
rTRNG: Advanced and Parallel Random Number Generation via TRNG
...d headers
and makes them available to other projects combining R with C++.
Beyond this, rTRNG exposes the creation, manipulation and use of
pseudo-random streams to R, via Rcpp and RcppParallel.
rTRNG on CRAN
<https://cran.r-project.org/package=rTRNG>
Public repository
<https://github.com/miraisolutions/rTRNG#readme>
More on the history behind rTRNG and its way to CRAN at
<https://mirai-solutions.ch/news/2019/05/04/rTRNG-on-CRAN/>
--
Riccardo Porreca
Senior Solutions Consultant
Mirai Solutions GmbH
riccardo.porreca at mirai-solutions.com
_____________________________________...
2011 Apr 06
5
Problemas con Rgraphviz
...;README' file of
the Rgraphviz 'source' distribution, available at
http://bioconductor.org/packages/release/bioc/html/Rgraphviz.html
Ask further questions on the Bioconductor mailing list
http://bioconductor.org/docs/mailList.html
Sabeis a que se refiere esto?
Asi mismo, si mirais el package classGraph, aparece como Depends e Imports los
mismos packages, sabeis porque?
De antemano gracias!!
2013 Sep 13
3
Problema con el tamaño de las letras en R en gráficos multiples
...). Pero cuando la gráfica es de tres o más esto no ocurre.
Me ahorraría mucho trabajo saber que esta pasando, ya que editar las
gráficas luego con gimp es un rollo. Gracias por adelantado.
Aquí os dejo, como siempre, un script para que entendais mi duda con mayor
facilidad. Lo cierto es que si lo mirais con atención vereis que ocurren
"cosas" pero no os sesgo con mi opinión
Gracias por adelantado un saludo
Javier
###############################################################################################
# Scritpt
##################################################################...
2012 Oct 30
1
rJava Out of Memory Error
I'm running XLConnect 0.2-1 that depends on rJava 0.9-3. I am only able to
work with 2 workbooks before I get this error...
> SppRich = wb["SpeciesRichness"] # This command calls an Excel
> spreadsheet
Error: OutOfMemoryError (Java): GC overhead limit exceeded
I have tried...
> rm(list = ls())
... to clear the workspace, but it doesn't help. I am using RStudio
2013 Nov 19
1
XLConnect error - "not implemented yet"
When using XLConnect's readWorksheet, instead of it correctly reading
string and numeric columns, I receive NA's with the following message:
" Error when trying to evaluate cell A2 - not implemented yet"
I do not know what this means. Can anyone please assist?
--
__________________________
*Barry E. King, Ph.D.*
Chief Modeler
Qualex Consulting Services, Inc.
2013 Sep 13
0
Problema con el tamaño de las letras en R en gráficos multiples
...). Pero cuando la gráfica es de tres o más esto no ocurre.
Me ahorraría mucho trabajo saber que esta pasando, ya que editar las
gráficas luego con gimp es un rollo. Gracias por adelantado.
Aquí os dejo, como siempre, un script para que entendais mi duda con mayor
facilidad. Lo cierto es que si lo mirais con atención vereis que ocurren
"cosas" pero no os sesgo con mi opinión
Gracias por adelantado un saludo
Javier
###############################################################################################
# Scritpt
##################################################################...
2024 Mar 25
3
Wish: a way to track progress of parallel operations
Hello,
thanks for bringing this topic up, and it would be excellent if we
could come of with a generic solution for this in base R. It is one
of the top frequently asked questions and requested features in
parallel processing, but also in sequential processing. We have also
seen lots of variants on how to attack the problem of reporting on
progress when running in parallel.
As the author
2013 Jan 21
13
Problema gWidgets & XLConnect
Hola.
Tengo una especie de "poltergeist"... a ver si alguien es capaz de echarme un cable.... sucede al usar los paquetes XLConnect (http://cran.r-project.org/web/packages/XLConnect/) y gWidgets (http://cran.r-project.org/web/packages/gWidgets/) simultáneamente en R 2.15.2 (de 32 bits bajo Windows 7) ... con la versión anterior (2.15.1), en las mismas condiciones, no pasa.
Caso 1:
#