ropensci / datapack

An R package to handle data packages
https://docs.ropensci.org/datapack
44 stars 9 forks source link

replace instances of `class(obj) == "..."` with `inherits(obj, "...")` #136

Closed jeanetteclark closed 2 years ago

jeanetteclark commented 2 years ago

This came up as a NOTE in the check on windows for R 4.2.0. Probably better to resolve sooner than later