Explanation provided:
The check problems on the Debian systems are likely caused by attempts
to write to the user library to which all packages get installed before
checking (and which now is remounted read-only for checking).
Having package code which is run as part of the checks and attempts to
write to the user library violates the CRAN Policy's
I don't think this package writes to the user library, but maybe we need better scratch space management or something?
Explanation provided:
I don't think this package writes to the user library, but maybe we need better scratch space management or something?