Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAfter update to R 4.0.0: multi-core doesn't work #113
Comments
|
Have you tried setting |
|
@tylermorganwall yes, but it doesn't render anything. |
|
For the black square, check out this (#77 ) closed issue and make sure you aren't writing to the NULL device in RGL. e.g. run this before loading either rayshader or rgl options(rgl.useNULL = FALSE) |
|
with
still a black square is shown in the viewer. it is too sad that the R4.0 update brought all this! |
|
Are you running that code prior to loading rayshader or rgl with library? With a fresh session: options(rgl.useNULL = FALSE)
library(rayshader)
...
your code
...
Otherwise it won't have any effect. |


After update from R 3.6 to 4.0 on MacOS Catalina,
plot_gg()does not work in multi-core mode, and the ETA visualization bar is not shown either.After about 1.5 min, the following error is thrown:
Is this due to an underlying library?
Reinstalling
Rccppackage did not help.sessionInfo: