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:
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:
>
>
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
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
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
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
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
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