Re: [Rd] Problem building R-2.13 r54683 on Windows

2011-03-07 Thread Dan Tenenbaum
Hi, Unfortunately it looks like this problem has somehow been reintroduced. I am now trying to build R-devel 54683 from source, again following the manual. I get the same error as below: gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic -c zutil.c -o zutil. o make[4]: *** No rul

Re: [Rd] print(...,digits=2) behavior

2011-03-07 Thread Martin Maechler
Taking up the thread that Ben Bolker started on Feb.5 ... In the mean time, with lots of contributions from Petr Savicky, we have fixed the bug (and even related bugs that were not reported). The consequence is that a sizable fraction of all (numeric) R outputs does change (very) slightly, typica

[Rd] visualizing data flow and function calls

2011-03-07 Thread Robert M. Flight
Hi All, I don't know if such a thing exists, but I am looking for a way to better keep track of where data is going, how it is being modified, and what functions are acting upon it when I give the data over to a function that calls many subfunctions (as happens in my current package I am working o