edonnachie / ICD10gm

R Package: ICD-10-GM Metadata
https://edonnachie.github.io/ICD10gm/
Other
10 stars 2 forks source link

ICD10gm and upcoming CRAN release of tidyr #9

Closed edonnachie closed 5 years ago

edonnachie commented 5 years ago

This is an automated email to let you know that:

This release includes breaking changes to nest() and unnest() in order to increase consistency across existing functions. This unfortunately causes some packages to break, so we've prepared an extensive transition guide to help with the change: http://tidyr.tidyverse.org/dev/articles/in-packages.html (the vignette it also includes general advice on using tidyr in a package) If you have any problems please feel to reach out to us so we can help.

I need your help to keep ICD10gm and tidyr working together smoothly. In the next month, can you please:

  1. Read about the changes to tidyr at https://github.com/tidyverse/tidyr/blob/master/NEWS.md. This page includes a list of breaking changes, the reasoning behind them, and to how to update your code.

  2. Carefully inspect the failing checks listed at the bottom of this email.

  3. For each failing check, either update your package, or tell me that I have a bug. If you have made changes to your package, please submit an update to CRAN before 2019-09-09.

If you have discovered a bug in tidyr, please file an issue (ideally with a small reprex that illustrates the problem) at https://github.com/tidyverse/tidyr/issues. If you're not sure whether or not you've found a bug, please an issue and we'll help you figure it out. Breaking changes that are not listed qualify as bugs.

Please respond to this message if you have any questions.

Thanks,

Hadley Wickham

== CHECK RESULTS ========================================

edonnachie commented 5 years ago

Still failing on oldrel and devel, unless the new version of tidyr is first installed from github.

-> Waiting for the CRAN release of tidyr.