[R] Console/command line output

2004-03-30 Thread Ingmar Visser
Hi all, I am working on Macos x 10.3 (Panther) to build a package consisting of C/C++ code that is called from R. In the C/C++-sources I use several commands to print info to the console: std::cout info endl; and: Rprintf(info\n); Both work fine when R is run on the command line but

Re: [R] Console/command line output

2004-03-30 Thread Martin Maechler
Ingmar == Ingmar Visser [EMAIL PROTECTED] on Tue, 30 Mar 2004 14:36:59 +0200 writes: Ingmar Hi all, I am working on Macos x 10.3 (Panther) to Ingmar build a package consisting of C/C++ code that is Ingmar called from R. In the C/C++-sources I use several Ingmar commands to