You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
I don't have access to a recent install of Julia+Rif when writing this. This might be because R is in "non-interactive" mode, and then the plot are created in a file located in the current working directory. R("dev.off()") would then be needed to ensure that the file is complete.
Calling dev.off() gives an error and Julia crashes after that:
julia> R("dev.off()")
Error en dev.off() : cannot shut down device 1 (the null device)
*** caught segfault ***
address (nil), cause 'memory not mapped'
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
Selection: 2
dzea@deepthought:~$
There isn't not new file on the working directory.
But,
plot()
works fine:The text was updated successfully, but these errors were encountered: