search for: spsconsultoria

Displaying 13 results from an estimated 13 matches for "spsconsultoria".

2008 May 28
1
R as shelll script
...chive/81124.html) and even a c wrapper has been proposed (http://kavaro.fi/mediawiki/index.php/Using_R_from_the_shell). So, here it goes an exceedingly simple example of my simple solution that works pretty well: #!/usr/local/bin/Rscript --vanilla update.packages(ask=F, repos="http://cran.spsconsultoria.com") # no need for calls to quit() Now just chmod this properly (at least 700 is advisable) and you have an executable that can be run directly from the command line. The --vanilla option is important to avoid dissemination of .History and .Rdata files in the system. But one can replace f...
2009 Feb 04
1
R version update utility
.... It can be disk wasting for some. However, it has proved useful when several runs must be done. Any help, suggestion, code, etc. are welcome. If this stuff is regarded as off-topic, please, email me in private. Best regards. Alexandre -- Alexandre Santos Aguiar, MD, SCT -- website: http://spsconsultoria.com/ Phone: +55-11-3717-4866 (SP) Phone: +55-21-3717-4866 (RJ) Voicemail: +55-11-2157-6891 (SP) Fax: +55-11-2501-1972 (SP) - New fax number! Please, update records. -- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature S...
2005 Dec 06
3
Coefficient of association for 2x2 contingency tables
...ontingency 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
2008 Oct 07
4
R and computer heat
...version) and temp rises were usual. System: laptop, Turion 64, Kubuntu Linux, Xorg X server 1.4.0.90, KDE 3.5.9, R 2.7.2 compiled with MBCS, PCRE, etc. Could it be fake due to an interaction of some R piece with system monitors? Alexandre -- Alexandre Santos Aguiar, MD, SCT -- website: http://spsconsultoria.com/ Phone: +55-11-3717-4866 (SP) Phone: +55-21-3717-4866 (RJ) Voicemail: +55-11-2157-6891 (SP) Fax: +55-11-5549-8760 (SP) -- -------------- Pr?xima Parte ---------- Um anexo n?o-texto foi limpo... Nome: n?o dispon?vel Tipo: application/pgp-signature Tamanho: 189 bytes Descri??o: This is a digitall...
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
2009 Mar 31
1
error during DPpackage compilation
...? ^ Expression at (^) has incorrect data type or rank for its context make: *** [LDDPdensity.o] Error 1 ERROR: compilation failed for package 'DPpackage' ----------------------><8------------------------------------- Alexandre -- Alexandre Santos Aguiar, MD, SCT -- website: http://spsconsultoria.com/ Phone: +55-11-3717-4866 (SP) Phone: +55-21-3717-4866 (RJ) Voicemail: +55-11-2157-6891 (SP) Fax: +55-11-2501-1972 (SP) - New fax number! Please, update records. -- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature...
2006 Jan 16
3
run-time of an R function
I have noticed dramatic differences in the run-time for the execution of one of my functions depending on whether or not R was restarted. Immediately after restart of R GUI, exec time = 2.8 min. If I then repeat the execution of the function in the same R session, exec time = 7.1 min. Removing all objects via rm(list=(all=TRUE)) and initiating gc (gc(reset=TRUE)) helps, but only slightly (exec
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'
2012 Apr 02
1
yet another update error
Hi, After upgrading R I always update installed packages to the new version. This time an error I have never seen or heard of appeared: thousands, perhaps millions of lines like the ones below. --------------8><-------------- error reading package index file /usr/local/lib/R/library/tcltk2/tklibs/datefield0.2/pkgIndex.tcl: too many nested evaluations (infinite loop?) error reading
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,
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
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