Displaying 5 results from an estimated 5 matches for "acha".
Did you mean:
facha
2012 May 30
1
Automatically install package dependencies
...encies = TRUE) :
installation of package './RT4Bio_1.0.tar.gz' had non-zero exit status
But in description of the package I have this tag:
Depends: ReadImages, MASS, survival
Why R don't get the ReadImages package and install it automatically?
Thanks
Ronaldo
--
5ª lei - Se você acha que está certo e é capaz de convencer o seu
orientador, ele será muito feliz.
--Herman, I. P. 2007. Following the law. NATURE, Vol 445, p. 228.
> Prof. Ronaldo Reis Júnior
| .''`. UNIMONTES/DBG/Lab. Ecologia Comportamental e Computacional
| : :' : Campus Univers...
2007 Mar 07
3
Garbage collector crashes after calling a C function
Dear listers,
a few days ago I asked a question about a problem I had with a C function programmed by myself to be called from R. Thanks to your help, I have been able to look a bit further into it, so now I can be a bit more specific when telling what happens.
The fact is that, when my C function finishes its execution (after calling it via the ".C" interface), R seems ok but
2007 Feb 21
2
R unstable and crashes after executing .C
Dear R listers,
I have developed a C function to be executed from R through the ".C" interface. After doing dyn.load, the function executes properly and I get the results. However, after executing my function, R seems to get unstable and crashes (giving a segmentation fault and exiting) whenever I try to do ANYTHING with a relatively large object (creating a new one or even just
2011 Jun 07
0
Curso de Introducción a R (6ª Edición) - Barcelona, 19-22 Septiembre 2011
...t
Programa de Prevenció i Control del Càncer
Institut Català d''Oncologia
Gran Via de L''Hospitalet, 199 - 203
08908 L''Hospitalet de Llobregat, Barcelona
http://bioinfo.iconcologia.net/programa
Tel: (+34) 932 607 186
Fax: (+34) 932 607 787
------
Xavier Solé Acha
Unitat de Biomarcadors i Susceptibilitat
Unit of Biomarkers and Susceptibility
Institut Català d''Oncologia // Catalan Institute of Oncology
Gran Via de L''Hospitalet 199-203
08908 L''Hospitalet de Llobregat, Barcelona, Spain.
Phone: +34 93 260 71 22 / +34 93 260 71 86 (ext...
2007 Feb 21
1
R unstable and crashes after executing .C
Dear R listers,
I have developed a C function to be executed from R through the ".C" interface. After doing dyn.load, the function executes properly and I get the results. However, after executing my function, R seems to get unstable and crashes (giving a segmentation fault and exiting) whenever I try to do ANYTHING with a relatively large object (creating a new one or even just writing