Remove use of DLLEXPORT command in Fortran codes
On 09.08.2023 11:37, Prof Brian Ripley wrote:
The manual now says
Warning to package maintainers: the Intel Fortran compilers interpret comments intended for Visual Fortran like
!DEC$ ATTRIBUTES DLLEXPORT,C,REFERENCE,ALIAS:'kdenestmlcvb' :: kdenestmlcvb
The DLLEXPORT gives a warning but the remainder silently generates incorrectly named entry points. Such comment lines need to be removed from code for use with R (even if using Intel Fortran on Windows).
Such comments are seen in
MixtureRegLTIC PBRF WWR airGR conTree concreg coxphf coxphw groupsubsetselection rBDAT stima
with warnings showing (in an hour or two) as an 'Intel' additional issue on the CRAN resuls page.
Please remove them in your next update.