Re: [Rd] Good practice for packages with Fortran and C code

2024-10-26 Thread Frank Harrell
Ivan thank you very much for the exceptionally clear explanations. I’m convinced. Frank > On Oct 25, 2024, at 4:49 PM, Ivan Krylov wrote: > > В Fri, 25 Oct 2024 15:03:54 -0500 > f...@fharrell.com пишет: > >> Now I find that I can get rid of init.c, and change NAMESPACE to use >> useDynLib(p

Re: [Rd] Good practice for packages with Fortran and C code

2024-10-25 Thread Ivan Krylov via R-devel
В Fri, 25 Oct 2024 15:03:54 -0500 f...@fharrell.com пишет: > Now I find that I can get rid of init.c, and change NAMESPACE to use > useDynLib(package name, list of compiled routine names) (without > .registration and .fixes) after making sure the Fortran and C > routines are not named the same as