geomarker-io / codec

Community Data Explorer for Cincinnati
https://geomarker.io/codec/
GNU General Public License v3.0
4 stars 3 forks source link

dpkg object fails this check #104

Closed erikarasnick closed 3 months ago

erikarasnick commented 3 months ago

https://github.com/geomarker-io/codec/blob/cdc8d1867178a91d782a1cfe71afd9c26b78a9b8/R/codec_dpkg_s3.R#L18

I think (!inherits(x, "dpkg::dpkg")) would work

cole-brokamp commented 3 months ago

I changed the class of dpkg objects from dpkg::dpkg to dpkg when I changed to using the S3 system instead of S7 in the dpkg package. Are you using the latest version?