ge-devel@r-project.org
Subject: Re: [R-pkg-devel] LAPACK errors in r-devel only
[EXTERNAL EMAIL]
Louis,
you didn't provide any details (please always post a link to the sources you're
talking about!), but I suspect you are missing character length arguments,
Lapack.h has:
F77_NAM
Louis,
you didn't provide any details (please always post a link to the sources you're
talking about!), but I suspect you are missing character length arguments,
Lapack.h has:
F77_NAME(dgeevx)(const char* balanc, const char* jobvl, const char* jobvr,
const char* sense, const in
I submitted a package update to CRAN in the hopes of reinstating an archived
package, {PhaseType}. The update is mostly to remove a dependency on another
archived package, and to add registrations of C functions.
Everything is fine on r-release, but on r-devel I have errors. I tested this
wit