Re: [Rd] convolve: request for "usual" behaviour + some improvements + some fixes

2007-02-04 Thread hpages
Hi Martin, Thanks for taking the time to read me. Here is a followup, it's rather long but hopefully not too long (and not too boring) ;-) Quoting Martin Maechler <[EMAIL PROTECTED]>: > Thank you, Herve, > > > "Herve" == Herve Pages <[EMAIL PROTECTED]> > > on Fri, 02 Feb 2007 21:30:

Re: [Rd] Problem using ofstream in C++ class in package for MacOS X

2007-02-04 Thread cstrato
Seth Falcon wrote: > cstrato <[EMAIL PROTECTED]> writes: > >> Thank you for your fast answer. >> Sorrowly, I don´t know how to use a debugger on MacOS X, I am using >> old-style print commands. >> > > You should be able to use gdb on OS X (works for me, YMMV). So you > could try: > >

Re: [Rd] Problem using ofstream in C++ class in package for MacOS X

2007-02-04 Thread cstrato
Dirk Eddelbuettel wrote: > On 4 February 2007 at 21:20, cstrato wrote: > | Thank you for your fast answer. > | Sorrowly, I don´t know how to use a debugger on MacOS X, I am using > | old-style print commands. > | However, here is the output of the crash log from my Mac. Does it help? > > Not me. I

Re: [Rd] Problem using ofstream in C++ class in package for MacOS X

2007-02-04 Thread Seth Falcon
cstrato <[EMAIL PROTECTED]> writes: > Thank you for your fast answer. > Sorrowly, I don´t know how to use a debugger on MacOS X, I am using > old-style print commands. You should be able to use gdb on OS X (works for me, YMMV). So you could try: R -d gdb run # source a script

Re: [Rd] Problem using ofstream in C++ class in package for MacOS X

2007-02-04 Thread Dirk Eddelbuettel
On 4 February 2007 at 21:20, cstrato wrote: | Thank you for your fast answer. | Sorrowly, I don´t know how to use a debugger on MacOS X, I am using | old-style print commands. | However, here is the output of the crash log from my Mac. Does it help? Not me. I barely know what Mac OS X is, and ne

Re: [Rd] Problem using ofstream in C++ class in package for MacOS X

2007-02-04 Thread cstrato
Dirk Eddelbuettel wrote: > On 4 February 2007 at 20:17, cstrato wrote: > | I am currently learning how to create R packages using C++ classes. > > Congratulations :) > > [ This reminds me to email Oleg (CC'ed). Oleg, your HOWTO is a very useful. > Would you consider adding a section on Dominick

Re: [Rd] Problem using ofstream in C++ class in package for MacOS X

2007-02-04 Thread Dirk Eddelbuettel
On 4 February 2007 at 20:17, cstrato wrote: | I am currently learning how to create R packages using C++ classes. Congratulations :) [ This reminds me to email Oleg (CC'ed). Oleg, your HOWTO is a very useful. Would you consider adding a section on Dominick's most excellent RcppTemplate packa

[Rd] Problem using ofstream in C++ class in package for MacOS X

2007-02-04 Thread cstrato
Dear all, I am currently learning how to create R packages using C++ classes. For this purpose I have written a small package MyClass (which I try to attach since I do not have access to a website). MyClass has methods WriteFileC() and WriteFileCpp() which implement C-style and C++-style writing