frictionlessdata / datapackage-r

An R package for working with Data Package.
https://frictionlessdata.github.io/datapackage-r/
Other
43 stars 7 forks source link

Its an R "package", not a "library" #18

Closed barryrowlingson closed 5 years ago

barryrowlingson commented 5 years ago

The documentation refers to this as a "library" - this is incorrect terminology for R. Libraries are collections of installed R packages. "Package" is the term for units in the library (much like books in a physical library).

I appreciate there is possibly some confusion because then you have "the datapackage package", but its important to keep the library/package distinction in R.

kleanthisk10 commented 5 years ago

Right, thank you!