Closed datasever closed 1 year ago
Hi, I suppose the issue arises from the rayshader
and rayrender
packages. In the line 34-36 of the code, I have mentioned this and a way to solve it.
Basically, you will need to install the latest version of these packages from github rather than from CRAN. To do this:
install.packages("remotes") #Install the remotes packages
remotes::install_github("tylermorganwall/rayshader")
remotes::install_github("tylermorganwall/rayrender")
I am unsure if the updated package is already available in CRAN, but you could check that as well. If not, I hope this will solve the issue.
The version of rayshader
I have is 0.32.7
and that of rayrender
is 0.29.0
.
Hi, It's very nice of you to work. I have a question. I'm getting an error in the 3d plot part. the version of my packages is as follows: rayshader ---0.24.10 rayrender ---0.28.8
I am getting error like this.
Can you help me? Thanks.