Re: [R-pkg-devel] Error creating union class: object ‘.__C__compMatrix’ not found

2020-04-29 Thread renozao
Thank you Martin, Looks like the mMatrix class defined in Matrix is not exported in 3.6.3, maybe it is now exported in the current R-devel. In this case I'd rather use a conditional import and definition. I'll try that route. Bests, Renaud Sent with ProtonMail Secure Email. ‐‐‐ Original

Re: [R-pkg-devel] exit and 'stderr' warning

2020-04-29 Thread Uwe Ligges
On 29.04.2020 19:19, Sameh M. Abdulah wrote: I am getting this warning which I need to get rid of. Found 'exit', possibly from 'exit' (C) Found 'stderr', possibly from 'stderr' (C) I am depending on several C-based software that has many calls for 'exit' and

[R-pkg-devel] exit and 'stderr' warning

2020-04-29 Thread Sameh M. Abdulah
I am getting this warning which I need to get rid of. Found 'exit', possibly from 'exit' (C) Found 'stderr', possibly from 'stderr' (C) I am depending on several C-based software that has many calls for 'exit' and 'stderr'. In this case, how can I avoid this warning?