[Rd] [avast! - INFECTED] Duvido voce me reconher =) (PR#7862)

2005-05-13 Thread trossari
This is a multi-part message in MIME format. --=_NextPart_000_0005_486C08ED.1D6CDC80 Content-Type: text/plain; charset=Windows-1252 Content-Transfer-Encoding: 7bit Ola, a quanto tempo! Eu me mudei dai para os Estados Unidos, e faz um tempo que perdemos o contato

RE: [Rd] Implementing R on IBM p690 cluster Jump

2005-05-13 Thread Liaw, Andy
From: Kurt Hornik Brian D Ripley writes: As far as I know R 2.0.1 was built on AIX. A quick diff gannet% diff ~/R/R-2.0.1/src/modules/X11/Makefile ~/R/R-2.1.0/src/modules/X11/Makefile 54c54 $(SHLIB_LINK) -o $@ $(R_X11_la_LDFLAGS) $(R_X11_la_OBJECTS) $(R_X11_la_LIBADD)

[Rd] add Rvsnprintf to API ??

2005-05-13 Thread Charles Geyer
Could Rvsnprintf (in src/main/errors.c) be added to the R API with prototype in include/R_ext/Print.h say? Here's my problem. I'm trying to write some code that is not totally tied to R. Hence I want R style error messaging to be isolated in a small module. I do not want #include R.h and calls