jsta / nhdR

R interface to the National Hydrography Dataset :droplet:
https://jsta.github.io/nhdR/
37 stars 12 forks source link

CRAN is requiring that *_get functions write to a tempdir by default #76

Closed jsta closed 3 years ago

jsta commented 3 years ago

Plan to implement writing to rappdirs location if an Environment Variable is set or a temporary argument is FALSE. Might need to write the temporary path to an Environment Variable if temporary is set to TRUE or else the *_load functions will fail...