Peter Slaughter

Results 47 issues of Peter Slaughter

Define the goals of CodeMeta documents in relation to DataONE resources. Some possibilities are: - CodeMeta documents describe software, so do they stand alone, i.e. replace EML for packages that...

Software packages that are uploaded to DataONE will be submitted with a CodeMeta instance document describing the package. When the document is uploaded to DataONE, it will be parsed and...

After a CodeMeta document is uploaded to DataONE, it will rendered when the package it contains is viewed in the MetacatUI 'metadata' view. The CodeMeta information will be displayed similar...

crosswalk

I have a document with the remote context specified as a valid DOI: ``` { "@context":"http://doi.org/10.5063/SCHEMA/CODEMETA-1.0", "identifier": "https://dx.doi.org/10.6084/m9.figshare.828487", "embargoDate": "2014-08-06T10:00:01Z" } ``` Expanding this in the Playground gives a document...

playground

https://builder.r-hub.io/status/redland_1.0.17-13.tar.gz-0a87263b135749f386e1c44259ba3fe8 `R CMD check` now requires that a `configure` script need to pass a 'checkbashism' check to help determine if the script is portable. The R `redland` package build at...

Testing the 'redland' package on solaris-x86-patched-ods produces this error, shown in https://builder.r-hub.io/status/redland_1.0.17-13.tar.gz-6516818e794e42c0b0a6102b76a9b6e4 ``` 557#> checking with pkg-config for the system ICU4C... sh: gnome-config: not found 558#> sh: gnome-config: not found...

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,...

The datapackage package depends on the redland package, so is not included in the automatic drat builds, with the related issue in the drat.builder repo that mentions a problem with...

enhancement

Currently when a `DataObject` is created, any string can be entered for the `formatId`, and this value will be used in the system metadata and the Solr index. The value...