lawinslow / hydrolinks

National Hydrography Network Dataset Tools for R
Other
10 stars 4 forks source link

Force temporary directory use for all tests run #31

Closed lawinslow closed 6 years ago

lawinslow commented 6 years ago

Currently, tests save files in the appdata directory. It would make CRAN happier if tests didn't result in userspace file creation. For the examples and tests being run, switch the cache_location over to the R temp directory first.

Otherwise, default can be left as-is.

lilyhahn commented 6 years ago

There's not a lot we can do right now - the location of the cache directory is written to the appdata directory when it's set and there isn't really a better place to store that.

lawinslow commented 6 years ago

Fixed in v0.7.1.