geanders / noaastormevents

explore noaa storm database
14 stars 1 forks source link

Get code in Details vignette to run #54

Open geanders opened 1 year ago

geanders commented 1 year ago

Currently it's not running (although we have the hurricaneexposuredata package installed locally).

geanders commented 1 year ago

Needed to set the NOT_CRAN environmental variable locally. From R:

Sys.setenv(NOT_CRAN = "true")
geanders commented 1 year ago

Looks like we may also be using a package that's no longer available--htmltab

geanders commented 1 year ago

Code is running, but still need to fix some places where we're using select_, mutate_, etc., since those are deprecated now.

geanders commented 1 year ago

Also, we'll want to doublecheck with Jordan's updated code