hypertidy / ncmeta

Tidy NetCDF metadata
https://hypertidy.github.io/ncmeta/
11 stars 5 forks source link

using expect_equivalent() instead of expect_equal() #37

Closed romainfrancois closed 4 years ago

romainfrancois commented 4 years ago

Minor problem fix to prepare for the dplyr 1.0.0 release. Using expect_equivalent() instead of expect_equal().

a data frame and a tibble with same data are considered equivalent, but not equal.

mdsumner commented 4 years ago

Appreciate that!

romainfrancois commented 4 years ago

btw, this should work with cran version as well, so feel free to release if you can.