We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running on 4.3.0 (2023-04-21 ucrt) on x86_64-w64-mingw32/x64 (64-bit) opening the device and closing it will cause R to crash. For example:
4.3.0 (2023-04-21 ucrt)
x86_64-w64-mingw32/x64 (64-bit)
rdevice(\(...) {}) dev.off() # seems to crash R if R version >= 4.3
will trigger a crash.
On R versions 4.2.2 and 4.1.2 it does not cause a crash.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running on
4.3.0 (2023-04-21 ucrt)
onx86_64-w64-mingw32/x64 (64-bit)
opening the device and closing it will cause R to crash. For example:will trigger a crash.
On R versions 4.2.2 and 4.1.2 it does not cause a crash.
The text was updated successfully, but these errors were encountered: