Skip to content

Commit

Permalink
refresh codemeta
Browse files Browse the repository at this point in the history
  • Loading branch information
slager committed Jun 3, 2024
1 parent bc8e451 commit 37d517a
Showing 1 changed file with 78 additions and 98 deletions.
176 changes: 78 additions & 98 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,23 @@
"identifier": "DataPackageR",
"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/",
"relatedLink": ["https://docs.ropensci.org/DataPackageR/", "https://CRAN.R-project.org/package=DataPackageR"],
"codeRepository": "https://github.com/ropensci/DataPackageR",
"issueTracker": "https://github.com/ropensci/DataPackageR/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.15.9",
"version": "0.16.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.3 (2024-02-29 ucrt)",
"runtimePlatform": "R version 4.4.0 (2024-04-24 ucrt)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
Expand Down Expand Up @@ -52,7 +58,7 @@
"@type": "Person",
"givenName": "Dave",
"familyName": "Slager",
"email": "dslager@scharp.org",
"email": "dslager@fredhutch.org",
"@id": "https://orcid.org/0000-0003-2525-2039"
},
{
Expand All @@ -75,58 +81,70 @@
"@type": "Person",
"givenName": "Dave",
"familyName": "Slager",
"email": "dslager@scharp.org",
"email": "dslager@fredhutch.org",
"@id": "https://orcid.org/0000-0003-2525-2039"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "spelling",
"name": "spelling",
"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=spelling"
"sameAs": "https://CRAN.R-project.org/package=covr"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"identifier": "data.tree",
"name": "data.tree",
"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"
"sameAs": "https://CRAN.R-project.org/package=data.tree"
},
{
"@type": "SoftwareApplication",
"identifier": "covr",
"name": "covr",
"identifier": "spelling",
"name": "spelling",
"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"
"sameAs": "https://CRAN.R-project.org/package=spelling"
},
{
"@type": "SoftwareApplication",
"identifier": "data.tree",
"name": "data.tree",
"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=data.tree"
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "withr",
"name": "withr",
"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=withr"
}
],
"softwareRequirements": {
Expand All @@ -138,46 +156,17 @@
},
"2": {
"@type": "SoftwareApplication",
"identifier": "digest",
"name": "digest",
"identifier": "crayon",
"name": "crayon",
"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=digest"
"sameAs": "https://CRAN.R-project.org/package=crayon"
},
"3": {
"@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"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"5": {
"@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"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "desc",
"name": "desc",
Expand All @@ -189,93 +178,91 @@
},
"sameAs": "https://CRAN.R-project.org/package=desc"
},
"7": {
"4": {
"@type": "SoftwareApplication",
"identifier": "yaml",
"name": "yaml",
"identifier": "digest",
"name": "digest",
"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=yaml"
"sameAs": "https://CRAN.R-project.org/package=digest"
},
"8": {
"5": {
"@type": "SoftwareApplication",
"identifier": "purrr",
"name": "purrr",
"identifier": "futile.logger",
"name": "futile.logger",
"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"
"sameAs": "https://CRAN.R-project.org/package=futile.logger"
},
"9": {
"6": {
"@type": "SoftwareApplication",
"identifier": "roxygen2",
"name": "roxygen2",
"version": ">= 6.0.1",
"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=roxygen2"
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
"10": {
"7": {
"@type": "SoftwareApplication",
"identifier": "devtools",
"name": "devtools",
"version": ">= 1.12.0",
"identifier": "pkgbuild",
"name": "pkgbuild",
"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=devtools"
"sameAs": "https://CRAN.R-project.org/package=pkgbuild"
},
"11": {
"8": {
"@type": "SoftwareApplication",
"identifier": "assertthat",
"name": "assertthat",
"identifier": "pkgload",
"name": "pkgload",
"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"
"sameAs": "https://CRAN.R-project.org/package=pkgload"
},
"12": {
"9": {
"@type": "SoftwareApplication",
"identifier": "stringr",
"name": "stringr",
"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=stringr"
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
"13": {
"10": {
"@type": "SoftwareApplication",
"identifier": "futile.logger",
"name": "futile.logger",
"identifier": "roxygen2",
"name": "roxygen2",
"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=futile.logger"
"sameAs": "https://CRAN.R-project.org/package=roxygen2"
},
"14": {
"11": {
"@type": "SoftwareApplication",
"identifier": "rprojroot",
"name": "rprojroot",
Expand All @@ -287,7 +274,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=rprojroot"
},
"15": {
"12": {
"@type": "SoftwareApplication",
"identifier": "usethis",
"name": "usethis",
Expand All @@ -299,33 +286,26 @@
},
"sameAs": "https://CRAN.R-project.org/package=usethis"
},
"16": {
"13": {
"@type": "SoftwareApplication",
"identifier": "crayon",
"name": "crayon",
"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=crayon"
"identifier": "utils",
"name": "utils"
},
"17": {
"14": {
"@type": "SoftwareApplication",
"identifier": "withr",
"name": "withr",
"identifier": "yaml",
"name": "yaml",
"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=withr"
"sameAs": "https://CRAN.R-project.org/package=yaml"
},
"SystemRequirements": "pandoc (>= 1.12.3) - http://pandoc.org"
"SystemRequirements": "pandoc - https://pandoc.org"
},
"fileSize": "866.174KB",
"fileSize": "866.798KB",
"releaseNotes": "https://github.com/ropensci/DataPackageR/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/DataPackageR/blob/main/README.md",
"contIntegration": ["https://github.com/ropensci/DataPackageR/actions", "https://app.codecov.io/gh/ropensci/DataPackageR?branch=main"],
Expand Down

0 comments on commit 37d517a

Please sign in to comment.