Message-ID: <c60d60f1-e429-d6fd-20c8-ea66909db597@statistik.tu-dortmund.de>
Date: 2020-04-29T17:26:19Z
From: Uwe Ligges
Subject: [R-pkg-devel] exit and 'stderr' warning
In-Reply-To: <EB776CB3-BDB4-49D5-B0EA-DE13D3608999@kaust.edu.sa>
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'. In this case, how can I avoid this warning?
Not use those calls, see Writing R Extensions.
Best,
Uwe Ligges
>
> Thanks,
> --Sameh
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-package-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>