Skip to content

calling R API functions after engine shutdown

1 message · Lukas Stadler

#
If this is not considered to be safe, then I guess my message can be seen as a heads-up:
If R_ReleaseObject ever does something that is not safe after the R engine has shut down, you will start to see crashes from packages like ?minqa?.
In FastR, we ended up adding a global flag that disables parts of the native API because of this.

- Lukas