jsta / nhdR

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

Issues with the next version of ggplot2 #89

Closed thomasp85 closed 1 year ago

thomasp85 commented 2 years ago

Hi We are in the process of preparing the next release of ggplot2 and our reverse dependency tests show an issue with nhdR. Specifically, the use of memoise::cache_memory() requires the digest package, and since ggplot2 has removed that dependency in the new version, digest is no longer available automatically for you and you need to depend on it explicitly.

We plan to submit ggplot2 by the end of October and hope you can provide a fix before that

kind regards Thomas

jsta commented 1 year ago

Fixed with version 0.5.9