signaturescience / skater

SKATE R Utilities
https://signaturescience.github.io/skater/
Other
9 stars 5 forks source link

Fix for dev dplyr #57

Closed hadley closed 1 year ago

hadley commented 1 year ago

na_if() now checks the types of it's inputs, and use of ... has been deprecated. dplyr is currently scheduled for release to CRAN on Jan 27.

I also included a bonus fix for your use of class() that R CMD check complained about.

stephenturner commented 1 year ago

Thank you @hadley!