search for: asaguiar

Displaying 12 results from an estimated 12 matches for "asaguiar".

2012 Apr 02
1
yet another update error
...had to be explcitly killed (ctrl-c won't do the job). Attached here the scripts I use to perform all upgrades and updates unattended as cron jobs. But don't think they are the culprits. :-) Thanks. -- Alexandre -- Alexandre Santos Aguiar, MD, SCT gpg public key: mailto:gpgkey at asaguiar.net -------------- Pr?xima Parte ---------- Um anexo n?o-texto foi limpo... Nome: n?o dispon?vel Tipo: application/pgp-signature Tamanho: 198 bytes Descri??o: This is a digitally signed message part. URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120401/dff72cd2/attachment.bin>
2009 Feb 04
1
R version update utility
Hi, O wrote a small bash script that performs unattended upgrades of R. It has fit my purposes but I'd like to submit it to the community so it can be enhanced and widely useful. There is some redundancy in code and this will be addressed soon. Almost every action is logged but the main action of each step is logged only in case of error. Each run will produce a different log file. It can
2011 Jul 31
1
example package for devel newcomers
Hi, I'd like to know whether there is a package (or more, of course) regarded as a good example that could be used also as an instructional tool for newcomers to R extensions development. Thanks. -- Alexandre -- Alexandre Santos Aguiar, MD, SCT -------------- Pr?xima Parte ---------- Um anexo n?o-texto foi limpo... Nome: n?o dispon?vel Tipo: application/pgp-signature Tamanho: 198
2008 Oct 07
4
R and computer heat
Hi, I noticed the temperature of my laptop rises sharply during execution of a long R script that generates several hundred plots, all of them saved to files. No screen output. Temps reached above 90 Celsius degrees in the box and above 80 C deg in the processor. The machine turns on cooler at maximum speed and exhaled air is really hot. Tried similar operations (batch graphic and music
2011 Jul 31
3
example package for devel newcomers
Hi, I'd like to know whether there is a package (or more, of course) regarded as a good example that could be used also as an instructional tool for newcomers to R extensions development. Thanks. -- Alexandre -- Alexandre Santos Aguiar, MD, SCT -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198
2006 Aug 14
1
Attempt to access unmapped memory
Hi, I am usiing R 2.3.1 under Linux kernel 2.6.11 with libreadline/libhistory 5.1. Bothe R and readline were compiled without quircks with gcc 3.3.3 and g77. Every time I try to edit command line by using del key the following error happens: ------------8><-------------- > ipacks <- instaleld.packages() *** caught segfault *** address (nil), cause 'memory not mapped'
2006 Oct 15
1
Mute script
Hi, I tried to run the following script with R 2.4.0. The data stuff is commented out because data are already in memory. #db <- read.csv("normais.csv", sep=";", quote="", header=T) sink("normais-chi.txt", append=T, type = "output", split=T) #sink("normais-chi.txt", append=T) table(db$agua, db$mBerg) chisq.test(db$agua, db$mBerg,
2008 May 28
1
R as shelll script
Hi, I have devised some applications of R as a scripting shell language and started using it flawlessly a few months ago. Never minded publishing it because it looked so obvious. However, a search in the archives revealed there is no recent easy-to-use method proposed. The latest reference I found is from 2006 (http://finzi.psych.upenn.edu/R/Rhelp02a/archive/81124.html) and even a c wrapper
2011 Aug 08
1
heavy processing during R_init_XXXXX()
Hi. Need some advice. I have to load a library during R_init_XXXXX() with dlopen(). The library file is 23 megabytes long and loads several other libraries. Everything happens during dlopen() execution, out of control, and takes around 1 second on first load in a quadcore. Besides, due to security reasons, a hash of the library file is going to be computed. Still do not know how long it will
2005 Dec 06
3
Coefficient of association for 2x2 contingency tables
Hi, Found no measure of association or correlation for 2x2 contingency tables in fullrefman.pdf or google. Can someone point to a package that implements such calculations? Thanx. -- Alexandre Santos Aguiar - consultoria para pesquisa em sa??de - R Botucatu, 591 cj 81 tel 11-9320-2046 fax 11-5549-8760 www.spsconsultoria.com
2011 Aug 02
0
[Rd] example package for devel newcomers
Em Segunda 01 Agosto 2011, voc? escreveu: > Is there a preferred language you would like to use in your package > development? I randomly downloaded packages until I found some that > helped me along my way, and might be able to help you pick one. If you > are just looking at building a package of R functions and data you > have developed, possibly the following example will get you
2009 Mar 31
1
error during DPpackage compilation
Dear All, I've had trouble compiling DPpackage as a user in one system. It works fine as root in other machines. I can see any clues in error messages My guess is that it is a permissions matter. Any help is appreciated. OS: Linux Kernel: 2.6.27 SMP Arch: Intel 64 bits gfortran not available Thank you. ----------------------><8------------------------------------- g77 ? -fpic ?-g