Skip to content

Commit

Permalink
refresh codemeta
Browse files Browse the repository at this point in the history
  • Loading branch information
slager committed Apr 17, 2024
1 parent 5de12f0 commit af04108
Showing 1 changed file with 66 additions and 67 deletions.
133 changes: 66 additions & 67 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,82 @@
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "DataPackageR",
"description": "A framework to help construct R data packages in a \n reproducible manner. Potentially time consuming processing of \n raw data sets into analysis ready data sets is done in a reproducible \n manner and decoupled from the usual R CMD build process so that\n data sets can be processed into R objects in the data package and \n the data package can then be shared, built, and installed by others\n without the need to repeat computationally costly data processing.\n The package maintains data provenance by turning the data processing\n scripts into package vignettes, as well as enforcing documentation \n and version checking of included data objects. Data packages can be\n version controlled in github, and used to share data for manuscripts,\n collaboration and general reproducibility.",
"description": "A framework to help construct R data packages in a reproducible manner. Potentially time consuming processing of raw data sets into analysis ready data sets is done in a reproducible manner and decoupled from the usual 'R CMD build' process so that data sets can be processed into R objects in the data package and the data package can then be shared, built, and installed by others without the need to repeat computationally costly data processing. The package maintains data provenance by turning the data processing scripts into package vignettes, as well as enforcing documentation and version checking of included data objects. Data packages can be version controlled on 'GitHub', and used to share data for manuscripts, collaboration and reproducible research.",
"name": "DataPackageR: Construct Reproducible Analytic Data Sets as R Packages",
"relatedLink": "https://docs.ropensci.org/DataPackageR/",
"codeRepository": "https://github.com/ropensci/DataPackageR/",
"issueTracker": "https://github.com/ropensci/DataPackageR/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.15.8",
"version": "0.15.9",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.3 (2020-10-10)",
"runtimePlatform": "R version 4.3.3 (2024-02-29 ucrt)",
"author": [
{
"@type": "Organization",
"name": "Greg Finak",
"@type": "Person",
"givenName": "Greg",
"familyName": "Finak",
"email": "greg.finak@gmail.com"
}
],
"contributor": [
{
"@type": "Organization",
"name": "Paul Obrecht"
"@type": "Person",
"givenName": "Paul",
"familyName": "Obrecht"
},
{
"@type": "Person",
"givenName": "Ellis",
"familyName": "Hughes",
"email": "ellishughes@live.com",
"@id": "https://orcid.org/0000-0003-0637-4436"
},
{
"@type": "Organization",
"name": "Ellis Hughes",
"email": "ehhughes@scharp.org"
"@type": "Person",
"givenName": "Jimmy",
"familyName": "Fulp",
"email": "williamjfulp@gmail.com"
},
{
"@type": "Organization",
"name": "Jimmy Fulp",
"email": "wfulp@scharp.org"
"@type": "Person",
"givenName": "Marie",
"familyName": "Vendettuoli",
"@id": "https://orcid.org/0000-0001-9321-1410"
},
{
"@type": "Organization",
"name": "Marie Vendettuoli",
"email": "mvendett@scharp.org"
"@type": "Person",
"givenName": "Dave",
"familyName": "Slager",
"email": "dslager@scharp.org",
"@id": "https://orcid.org/0000-0003-2525-2039"
},
{
"@type": "Organization",
"name": "Jason Taylor"
"@type": "Person",
"givenName": "Jason",
"familyName": "Taylor",
"email": "jmtaylor@fredhutch.org"
}
],
"copyrightHolder": [
{
"@type": "Organization",
"name": "Greg Finak",
"@type": "Person",
"givenName": "Greg",
"familyName": "Finak",
"email": "greg.finak@gmail.com"
}
],
"maintainer": [
{
"@type": "Organization",
"name": "Ellis Hughes",
"email": "ehhughes@scharp.org"
"@type": "Person",
"givenName": "Dave",
"familyName": "Slager",
"email": "dslager@scharp.org",
"@id": "https://orcid.org/0000-0003-2525-2039"
}
],
"softwareSuggestions": [
Expand Down Expand Up @@ -113,14 +129,14 @@
"sameAs": "https://CRAN.R-project.org/package=data.tree"
}
],
"softwareRequirements": [
{
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5.0"
},
{
"2": {
"@type": "SoftwareApplication",
"identifier": "digest",
"name": "digest",
Expand All @@ -132,7 +148,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=digest"
},
{
"3": {
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
Expand All @@ -144,12 +160,12 @@
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"4": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
{
"5": {
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
Expand All @@ -161,7 +177,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"6": {
"@type": "SoftwareApplication",
"identifier": "desc",
"name": "desc",
Expand All @@ -173,7 +189,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=desc"
},
{
"7": {
"@type": "SoftwareApplication",
"identifier": "yaml",
"name": "yaml",
Expand All @@ -185,7 +201,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=yaml"
},
{
"8": {
"@type": "SoftwareApplication",
"identifier": "purrr",
"name": "purrr",
Expand All @@ -197,7 +213,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=purrr"
},
{
"9": {
"@type": "SoftwareApplication",
"identifier": "roxygen2",
"name": "roxygen2",
Expand All @@ -210,7 +226,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=roxygen2"
},
{
"10": {
"@type": "SoftwareApplication",
"identifier": "devtools",
"name": "devtools",
Expand All @@ -223,7 +239,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=devtools"
},
{
"11": {
"@type": "SoftwareApplication",
"identifier": "assertthat",
"name": "assertthat",
Expand All @@ -235,7 +251,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=assertthat"
},
{
"12": {
"@type": "SoftwareApplication",
"identifier": "stringr",
"name": "stringr",
Expand All @@ -247,7 +263,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=stringr"
},
{
"13": {
"@type": "SoftwareApplication",
"identifier": "futile.logger",
"name": "futile.logger",
Expand All @@ -259,7 +275,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=futile.logger"
},
{
"14": {
"@type": "SoftwareApplication",
"identifier": "rprojroot",
"name": "rprojroot",
Expand All @@ -271,7 +287,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=rprojroot"
},
{
"15": {
"@type": "SoftwareApplication",
"identifier": "usethis",
"name": "usethis",
Expand All @@ -283,7 +299,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=usethis"
},
{
"16": {
"@type": "SoftwareApplication",
"identifier": "crayon",
"name": "crayon",
Expand All @@ -295,7 +311,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=crayon"
},
{
"17": {
"@type": "SoftwareApplication",
"identifier": "withr",
"name": "withr",
Expand All @@ -307,34 +323,17 @@
},
"sameAs": "https://CRAN.R-project.org/package=withr"
},
{
"@type": "SoftwareApplication",
"identifier": "https://sysreqs.r-hub.io/get/pandoc"
}
],
"SystemRequirements": "pandoc (>= 1.12.3) - http://pandoc.org"
},
"fileSize": "866.174KB",
"releaseNotes": "https://github.com/ropensci/DataPackageR/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/DataPackageR/blob/main/README.md",
"contIntegration": "https://codecov.io/github/ropensci/DataPackageR?branch=master",
"contIntegration": ["https://github.com/ropensci/DataPackageR/actions", "https://app.codecov.io/gh/ropensci/DataPackageR?branch=main"],
"developmentStatus": "https://www.repostatus.org/#active",
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/software-review/issues/230",
"provider": "https://ropensci.org"
},
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"relatedLink": ["https://CRAN.R-project.org/package=DataPackageR", "https://docs.ropensci.org/DataPackageR/"],
"keywords": [
"r",
"r-package",
"reproducibility",
"rstats",
"peer-reviewed"
],
"funder": {},
"fileSize": "1356.682KB"
"keywords": ["r", "r-package", "reproducibility", "rstats", "peer-reviewed"]
}

0 comments on commit af04108

Please sign in to comment.