On Tue, Sep 30, 2014 at 12:53 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
This appears to be user error. According to Writing R Extensions, the Fortran type corresponding to R logical is INTEGER, not LOGICAL.
Oh yes, a very old and long-standing user error. I assume the CRAN checks don't check this. Has it ever been okay to pass logicals to Fortran? I shall inform the package maintainer.... Thanks Barry