datapack
datapack copied to clipboard
An R package to handle data packages
I used a piece of R code to get system metadata of an object which has three replicas. The system metadata can be see from: https://mn-sandbox-ucsb-1.test.dataone.org/knb/d1/mn/v2/meta/testReplicateJsonLD.1711738610440 ``` pid
From CRAN: > Dear maintainer, > > You have file 'datapack/man/datapack.Rd' with \docType{package}, likely > intended as a package overview help file, but without the appropriate > PKGNAME-package \alias as...
``` library(dataone) library(datapack) d1c
The use of `prov:atLocation` in packages as implemented in #76 makes use of a `targetPath` slot on each `DataObject`. When an DataObject with `targetPath` set is added to a package...
We implement methods in S4 as anonymous functions which are used within the `setMethod` call to define a method. Because of this, the R debugger does not have access to...
just add to description
Jasmine ran into a situation where datapack created a resource map with content like this: ```xml https://cn.dataone.org/cn/v2/resolve/urn%3Auuid%3Acb71b688-944f-4872-a6e4-0326b599b1ae ``` Look at the object literal, "https://cn.dataone.org/cn/v2/resolve/urn%3Auuid%3Acb71b688-944f-4872-a6e4-0326b599b1ae", which should actually be "urn:uuid:cb71b688-944f-4872-a6e4-0326b599b1ae". We...
These items were originally mentioned in issue https://github.com/ropensci/datapack/issues/119, raised by @cboettig, but deserve their own issue. These changes should be applied to the entire package (and potentially `rdataone` package). What...
Include these contributors in the DESCRIPTION to give them proper attribution: - determine from `git log |grep Author |sort |uniq` Determine the appropriate order based on number of commits, comments,...
A `DataObject` can include a `dataURL` that indicates that the bytes of the object are remotely stored on another server, rather than being either in memory or on the local...