Dear R-SIG-MAC list members, I'm attempting to use the function as.bigq() in R's gmp package, but it always causes an "illegal operation". For example, it triggers the following output: *** caught illegal operation *** address 0x11ffc8b21, cause 'illegal opcode' Traceback: 1: as.bigq(1) Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace I cannot reproduce this on a Windows machine. I'm working on a MacBook Pro with model identifier MacBookPro18,1. Thank you, Noah
(no subject)
2 messages · Noah Jussila, Simon Urbanek
1 day later
Noah, this looks like you may be using R for older Intel machines on a M1 Mac Book (via emulation). Please double-check that you installed the R version appropriate to your machine - your sessionInfo() shoud show: Platform: aarch64-apple-darwin20 (64-bit) If not, install the correct R version. Cheers, Simon
On Oct 15, 2022, at 9:09 AM, Noah Jussila <noahjussila at gmail.com> wrote: Dear R-SIG-MAC list members, I'm attempting to use the function as.bigq() in R's gmp package, but it always causes an "illegal operation". For example, it triggers the following output: *** caught illegal operation *** address 0x11ffc8b21, cause 'illegal opcode' Traceback: 1: as.bigq(1) Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace I cannot reproduce this on a Windows machine. I'm working on a MacBook Pro with model identifier MacBookPro18,1. Thank you, Noah [[alternative HTML version deleted]]
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac