[R-pkg-devel] Packages which use Fortran call "rwarn" for warnings?

2017-02-15 Thread Avraham Adler
Hello. Would anyone know of a package which uses the rwarn subroutine, as described in Writing R extensions 6.2.1, for error handling from Fortran? I'm experimenting with it and getting overwhelmed with stack errors and crashes, and could benefit from seeing it used properly. Thank you, Avi ___

Re: [R-pkg-devel] Packages which use Fortran call "rwarn" for warnings?

2017-02-15 Thread Ege Rubak
A quick search on METACRAN on GitHub gives quite a few results: https://github.com/search?q=org%3Acran+rwarn&type=Code The first couple of package hits: rodeo rootSolve geoBayes Good luck! /Ege On 02/16/2017 10:22 AM, Avraham Adler wrote: Hello. Would anyone know of a package which uses the r