Peter Slaughter

Results 48 comments of Peter Slaughter

@jeanetteclark the current `DataObject` initialization function assigns a `urn:uuid:

I don't see a way to reliably implement the second option. Currently 'datapack' is creating an MD5 payload manifest, which is required to include all files listed in `fetch.txt`. An...

As discussed at the dev meeting yesterday, an approach to resolve the checksum mismatch issue is to set a default check algorithm for a DataPackage. DataPackages can be downloaded and...

@nuest So when a DataPackage is serialized, the only action needed is to include the optional fetch.txt. When a package is validated, then then contents of fetch.txt are retrieved and...

Added serializeToBagit() to DataPackage.R in commit d43da665ffe4e1f75f1b3b8905a026aa98e26164

Still need to add deserialization method that will take a BagIt archive file and create a DataPackage containing the payload files as DataObjects. A separate method will be used to...

@cboettig Yeah, so the engineering doc that the vignette points to maybe isn't the best source for explaining the DataONE package model that is implemented. From the vignette`datapack-overview` (in github,...

@cboettig It's certainly possible to create a JSON-LD serialization from a DataPackage, but how do we determine if that is useful? The `dataone` R package delivers the content from a...

Possible changes for this issue: - add `allowUploadDatasetsForSubjects` config parameter - if the parameter is defined and the current subject is not in the list, hide `Upload Data` menu item...