devout icon indicating copy to clipboard operation
devout copied to clipboard

Write R graphics output devices in plain R

Results 1 devout issues
Sort by recently updated
recently updated
newest added

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: ``` rdevice(\(...) {}) dev.off() # seems to crash...