ropensci / datapack

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

Add support for hierarchical packages #76

Open gothub opened 7 years ago

gothub commented 7 years ago

A DataPackage resource map can contain a reference to one or more 'aggregated' packages, thus asserting that these are child packages.

Add any infrastructure needed to support these child packages such as:

This infrastructure is intended to allow client packages, such as dataone to manage the parent and child packages.