From a23a96a384b43afc6f7f402ac9b9d5e06254dd64 Mon Sep 17 00:00:00 2001 From: Socorro Dominguez Date: Tue, 22 Aug 2023 16:18:52 -0700 Subject: [PATCH] codemeta.json --- .gitignore | 3 + codemeta.json | 410 +++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 392 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 6322c54..8e67308 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ wc10/ neotoma2.Rproj *.Rproj .Rhistory +.Rbuildignore checkout.txt lintoutput.txt .DS_Store @@ -12,3 +13,5 @@ R/.DS_Store /Meta/ *.gz + +*/inst/doc/neotoma2-package.html \ No newline at end of file diff --git a/codemeta.json b/codemeta.json index 7b2c322..f4d3e5a 100644 --- a/codemeta.json +++ b/codemeta.json @@ -1,30 +1,398 @@ { - "@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld", - "@type": "Code", + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", + "@type": "SoftwareSourceCode", + "identifier": "neotoma2", + "description": "Access and manipulation of data using the Neotoma Paleoecology Database. .", + "name": "neotoma2: Working with the Neotoma Paleoecology Database", + "codeRepository": "https://github.com/NeotomaDB/neotoma2", + "issueTracker": "https://github.com/NeotomaDB/neotoma2/issues", + "license": "https://spdx.org/licenses/MIT", + "version": "1.0.3", + "programmingLanguage": { + "@type": "ComputerLanguage", + "name": "R", + "url": "https://r-project.org" + }, + "runtimePlatform": "R version 4.3.1 (2023-06-16)", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, "author": [ { - "@id": "http://orcid.org/0000-0002-2700-4605", "@type": "Person", - "email": "goring@wisc.edu", - "name": "Simon James Goring", - "affiliation": "University of Wisconsin - Madison" + "givenName": "Dominguez Vidana", + "familyName": "Socorro", + "email": "s.dominguez@ht-data.com", + "@id": "https://orcid.org/0000-0002-7926-4935" }, { - "@id": "http://orcid.com/0000-0002-7926-4935", "@type": "Person", - "email": "s.dominguez@ht-data.com", - "name": "Socorro Dominguez", - "affiliation": "HT Data" + "givenName": "Simon", + "familyName": "Goring", + "email": "goring@wisc.edu", + "@id": "https://orcid.org/0000-0002-2700-4605" } ], - "identifier": "http://doi.org/10.5281/zenodo.7892993", - "codeRepository": "https://github.com/NeotomaDB/neotoma2", - "datePublished": "2023-05-03", - "dateModified": "2023-05-03", - "dateCreated": "2023-05-03", - "description": "The neotoma2 R package is a tool to access and manipulate data from the Neotoma Paleoecology Database (https://www.neotomadb.org) within the R environment.", - "keywords": "paleoecology, chronology, stratigraphy, API, Neotoma, fossils, palynology, paleolimnology, archaeology, radiocarbon, 210Pb", - "license": "MIT", - "title": "neotoma2: An R package to access data from the Neotoma Paleoecology Database", - "version": "v1.0.0" -} \ No newline at end of file + "maintainer": [ + { + "@type": "Person", + "givenName": "Simon", + "familyName": "Goring", + "email": "goring@wisc.edu", + "@id": "https://orcid.org/0000-0002-2700-4605" + } + ], + "softwareSuggestions": [ + { + "@type": "SoftwareApplication", + "identifier": "testthat", + "name": "testthat", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=testthat" + }, + { + "@type": "SoftwareApplication", + "identifier": "knitr", + "name": "knitr", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=knitr" + }, + { + "@type": "SoftwareApplication", + "identifier": "pkgdown", + "name": "pkgdown", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=pkgdown" + }, + { + "@type": "SoftwareApplication", + "identifier": "rmarkdown", + "name": "rmarkdown", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=rmarkdown" + }, + { + "@type": "SoftwareApplication", + "identifier": "Bchron", + "name": "Bchron", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=Bchron" + }, + { + "@type": "SoftwareApplication", + "identifier": "ggplot2", + "name": "ggplot2", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=ggplot2" + }, + { + "@type": "SoftwareApplication", + "identifier": "covr", + "name": "covr", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=covr" + } + ], + "softwareRequirements": { + "1": { + "@type": "SoftwareApplication", + "identifier": "rlang", + "name": "rlang", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=rlang" + }, + "2": { + "@type": "SoftwareApplication", + "identifier": "magrittr", + "name": "magrittr", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=magrittr" + }, + "3": { + "@type": "SoftwareApplication", + "identifier": "sf", + "name": "sf", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=sf" + }, + "4": { + "@type": "SoftwareApplication", + "identifier": "geojsonsf", + "name": "geojsonsf", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=geojsonsf" + }, + "5": { + "@type": "SoftwareApplication", + "identifier": "purrr", + "name": "purrr", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=purrr" + }, + "6": { + "@type": "SoftwareApplication", + "identifier": "lubridate", + "name": "lubridate", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=lubridate" + }, + "7": { + "@type": "SoftwareApplication", + "identifier": "httr", + "name": "httr", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=httr" + }, + "8": { + "@type": "SoftwareApplication", + "identifier": "jsonlite", + "name": "jsonlite", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=jsonlite" + }, + "9": { + "@type": "SoftwareApplication", + "identifier": "methods", + "name": "methods" + }, + "10": { + "@type": "SoftwareApplication", + "identifier": "dplyr", + "name": "dplyr", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=dplyr" + }, + "11": { + "@type": "SoftwareApplication", + "identifier": "gtools", + "name": "gtools", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=gtools" + }, + "12": { + "@type": "SoftwareApplication", + "identifier": "leaflet", + "name": "leaflet", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=leaflet" + }, + "13": { + "@type": "SoftwareApplication", + "identifier": "mapview", + "name": "mapview", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=mapview" + }, + "14": { + "@type": "SoftwareApplication", + "identifier": "assertthat", + "name": "assertthat", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=assertthat" + }, + "15": { + "@type": "SoftwareApplication", + "identifier": "stringr", + "name": "stringr", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=stringr" + }, + "16": { + "@type": "SoftwareApplication", + "identifier": "progress", + "name": "progress", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=progress" + }, + "17": { + "@type": "SoftwareApplication", + "identifier": "wk", + "name": "wk", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=wk" + }, + "18": { + "@type": "SoftwareApplication", + "identifier": "uuid", + "name": "uuid", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=uuid" + }, + "19": { + "@type": "SoftwareApplication", + "identifier": "tidyr", + "name": "tidyr", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=tidyr" + }, + "SystemRequirements": null + }, + "fileSize": "1939.46KB", + "citation": [ + { + "@type": "ScholarlyArticle", + "datePublished": "2023", + "author": [ + { + "@type": "Person", + "givenName": "Dominguez Vidana", + "familyName": "Socorro", + "email": "s.dominguez@ht-data.com", + "@id": "https://orcid.org/0000-0002-7926-4935" + }, + { + "@type": "Person", + "givenName": "Simon", + "familyName": "Goring", + "email": "goring@wisc.edu", + "@id": "https://orcid.org/0000-0002-2700-4605" + } + ], + "name": "Working with the Neotoma Paleoecology Database", + "identifier": "10.5281/zenodo.8114874", + "@id": "https://doi.org/10.5281/zenodo.8114874", + "sameAs": "https://doi.org/10.5281/zenodo.8114874", + "isPartOf": { + "@type": "PublicationIssue", + "datePublished": "2023", + "isPartOf": { + "@type": ["PublicationVolume", "Periodical"], + "name": "GitHub" + } + } + } + ], + "releaseNotes": "https://github.com/NeotomaDB/neotoma2/blob/master/NEWS.md", + "readme": "https://github.com/NeotomaDB/neotoma2/blob/production/README.md", + "contIntegration": "https://app.codecov.io/gh/NeotomaDB/neotoma2?branch=production", + "developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental", + "keywords": ["neotoma", "paleoecology", "rstats", "r", "earthcube", "nsf"] +}