cboettig / contentid

:package: R package for working with Content Identifiers
http://cboettig.github.io/contentid
Other
46 stars 2 forks source link

replace readr with base R methods #55

Closed cboettig closed 4 years ago

cboettig commented 4 years ago

reduces dependency level with small performance hit. really large registries should be supported by a method that doesn't involve reading the whole registry into memory anyway.