Open geanders opened 1 year ago
Needed to set the NOT_CRAN environmental variable locally. From R:
Sys.setenv(NOT_CRAN = "true")
Looks like we may also be using a package that's no longer available--htmltab
Code is running, but still need to fix some places where we're using select_
, mutate_
, etc., since those are deprecated now.
Also, we'll want to doublecheck with Jordan's updated code
Currently it's not running (although we have the hurricaneexposuredata package installed locally).