tylermorganwall / rayshader

R Package for 2D and 3D mapping and data visualization
https://www.rayshader.com/
2.06k stars 214 forks source link

could not find function "plot_gg" #108

Closed AoyueBi closed 4 years ago

AoyueBi commented 4 years ago

I wonder why you can not put a release version for this package. I can not download the rayshader_0.15.2.tar.gz.

Like this: Error: Failed to install 'rayshader' from GitHub: (converted from warning) installation of package ‘/var/folders/v6/qcm7p4s16vs29lyycwcn39lh0000gp/T//RtmpxiuOWJ/file3f52645aae00/rayshader_0.15.2.tar.gz’ had non-zero exit status

tylermorganwall commented 4 years ago

This is a local installation problem. Try removing the package manually if it already exists in your library directory. You can then either try installing from the CRAN install.packages("rayshader"), or use the remotes package to install from github: remotes::install_github("tylermorganwall/rayshader").