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 M
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
'stderr
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?
T