Closed martin473 closed 3 years ago
Hi Martin, This looks like a rayvista issue rather than rayshader - perhaps better to file here: https://github.com/h-a-graham/rayvista/issues
However, I can't reproduce this error and the above code is working for me. I suspect this is due to another outdated package. Have you recently installed rayvista as follows:
devtools::install_github("h-a-graham/rayvista", dependencies=TRUE)
This should make sure that a recent version of {rgdal} is installed. That warning message however, may be being thrown by {terra}. Can you try updating both {terra} and {rgdal} and then see what happens?
Thanks
When I run this code it wont render. I tried reinstalling everything. Rayrender I reinstalled from install.packages. Everything else I installed from the github command.
When I run this it renders completely fine, opens up an rgl window and everything