/" data-pjax-transient="true"/>
www.fgks.org   »   [go: up one dir, main page]

Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

hurricane-irma

Code for the Hurricane Irma visualiztion.

Initial Setup:

Clone this repository.

Open the included hurricane-irma.Rproj

If you don't have it, install vizlab

Check to make sure you have required packages listed in viz.yaml installed. To get the svglite package, you will need to install it from GitHub using devtools::install_github("jread-usgs/svglite@svgnano"). For Windows users, you might see an error similar to Error: running command '"C:/PROGRA~1/R/R-34~1.1/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD config CC' had status 127. If this is the case, clone Jordan Read's repository and build the package locally on the branch svgnano.

do:

library(vizlab)
createProfile()
createMakefiles()

then make sure you have the proper packages and versions installed with:

vizlab::checkVizPackages()

and use install.packages() or devtools::install_github() to update

createProfile() may not be necessary if you've worked on vizlab before.

Go to the "build" tab in Rstudio. You should see a "Build All" option. Click it!

If there are errors, logs with errors are in .hurricane-irma/vizlab/make/log

Once you are able to complete the build, open target/index.html to see the finished product locally.

You can’t perform that action at this time.