Skip to content

Instantly share code, notes, and snippets.

@cboettig
Created May 2, 2018 17:57
Show Gist options
  • Save cboettig/a79a043b264f34f108c1b2eb4c18e2dd to your computer and use it in GitHub Desktop.
Save cboettig/a79a043b264f34f108c1b2eb4c18e2dd to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<eml:eml xmlns:eml="eml://ecoinformatics.org/eml-2.1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
packageId="eml-1.2" system="knb"
xsi:schemaLocation="eml://ecoinformatics.org/eml-2.1.1/ eml.xsd">
<software>
<alternateIdentifier>eml2</alternateIdentifier>
<title>eml2: Create and Manipulate Data using the Ecological Metadata Language</title>
<creator id="http://orcid.org/0000-0002-1642-628X">
<individualName>
<givenName>Carl</givenName>
<surName>Boettiger</surName>
</individualName>
<address/>
<electronicMailAddress>cboettig@gmail.com</electronicMailAddress>
</creator>
<abstract>A successor to the 'EML' R package which provides the same high level
functions for creating and extracting data from 'EML' files, while
providing a simpler and more user friendly lower level interface.</abstract>
<implementation>
<distribution>
<online>
<url>https://github.com/cboettig/eml2</url>
</online>
</distribution>
<size>466.612KB</size>
<programmingLanguage>R 3.5.0</programmingLanguage>
</implementation>
<dependency>
<alternateIdentifier>xml2</alternateIdentifier>
<implementation>
<distribution>
<online>
<url>https://CRAN.R-project.org/package=xml2</url>
</online>
</distribution>
</implementation>
<title>xml2</title>
</dependency>
<dependency>
<alternateIdentifier>digest</alternateIdentifier>
<implementation>
<distribution>
<online>
<url>https://CRAN.R-project.org/package=digest</url>
</online>
</distribution>
</implementation>
<title>digest</title>
</dependency>
<dependency>
<alternateIdentifier>emld</alternateIdentifier>
<implementation>
<distribution>
<online>
<url>https://github.com/cboettig/emld</url>
</online>
</distribution>
</implementation>
<title>emld</title>
</dependency>
<dependency>
<alternateIdentifier>jqr</alternateIdentifier>
<implementation>
<distribution>
<online>
<url>https://CRAN.R-project.org/package=jqr</url>
</online>
</distribution>
</implementation>
<title>jqr</title>
</dependency>
<dependency>
<alternateIdentifier>jsonlite</alternateIdentifier>
<implementation>
<distribution>
<online>
<url>https://CRAN.R-project.org/package=jsonlite</url>
</online>
</distribution>
</implementation>
<title>jsonlite</title>
</dependency>
<dependency>
<alternateIdentifier>uuid</alternateIdentifier>
<implementation>
<distribution>
<online>
<url>https://CRAN.R-project.org/package=uuid</url>
</online>
</distribution>
</implementation>
<title>uuid</title>
</dependency>
<licenseURL>https://spdx.org/licenses/MIT</licenseURL>
</software>
</eml:eml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment