Skip to content

(no subject)

2 messages · Noah Jussila, Simon Urbanek

#
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
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