Skip to content
Prev 6727 / 12125 Next

[R-pkg-devel] Debugging M1mac problems

Dirk, thank you a prompt reply!

I see the issue you took part in solving:
https://github.com/x13org/x13binary/issues/49

Wondering if a combination of environment variables for R CMD check
could have helped reproduce this on another machine. Unfortunately
<https://www.stats.ox.ac.uk/pub/bdr/M1mac/README.txt> doesn't list any
environment variables.

On Sat, 27 Mar 2021 17:55:07 +0300
Dirk Eddelbuettel <edd at debian.org> wrote:

            
I will make sure to address this deficiency of ?write.openfluor in the
next version and avoid leaving files in tempdir() in the future, but
I'm afraid this won't help me fix tests/feemlist.R on M1mac. Or is it
not enough that I clean up all temporary files created in
tests/feemlist.R at the very end by means of unlink(..., recursive =
TRUE)?