Closed erikarasnick closed 7 months ago
I've been wanting to get rid of the dependency on tigris now that we aren't using census tracts for assessing smoke plume data. We could move it to "Suggests" and check for it to be installed if using the get_census_tract_id() function. Besides that, it is only used to get the outline of the contiguous united states, and we could 'hard code' that instead. It would also save us some compute time (#62).
tigris was eliminated in #67
If I clone the repo and try to build the package locally without changing anything, I keep getting this error, sometimes when building vignettes and sometimes when running tests. In both cases, the error is triggered by
tigris
calls.In my .Rprofile I changed
tigris_use_cache
toFALSE
but I am still getting the error. I think this is more a problem with the way R runs checks on my machine than with the package itself, but just documenting here as I work through it.