Skip to content

Instantly share code, notes, and snippets.

@joannecheng
Created December 10, 2019 17:55
Show Gist options
  • Save joannecheng/3cc4b10cb767bc270e624c37d0e914ce to your computer and use it in GitHub Desktop.
Save joannecheng/3cc4b10cb767bc270e624c37d0e914ce to your computer and use it in GitHub Desktop.
Rayshader installation notes

System

sudo apt-get install libxt-dev libgtk2.0-dev xvfb xauth xfonts-base libcairo2-dev

R Requirements

install.packages(c("ggplot2","raster", "rayrender", "spatstat", "spatstat.utils","suncalc","here", "sp","lubridate","rgdal", "magick", "av","xml2", "dplyr"))
install.packages("remotes")
remotes::install_github("giswqs/whiteboxR")
# whitebox::wbt_init()

remotes::install_github("tylermorganwall/rayshader")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment