You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out that the environment variable I needed was actually
_R_CLASS_MATRIX_ARRAY_, not R_CLASS_MATRIX_ARRAY. With that fixed, it now
passes R CMD check --as-cran on both release and R-devel locally. I am
now getting the bizarre error on WinBuilder in which tests fail on
i386 with no information or error messages (the tests are never run),
though the 64-bit platform seems fine. No idea what is up with that.
0 commit comments