Skip to content

Commit

Permalink
Update codemeta manually
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Oct 26, 2021
1 parent fcb5989 commit 1b383e1
Showing 1 changed file with 100 additions and 43 deletions.
143 changes: 100 additions & 43 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"codeRepository": "https://github.com/joelnitta/canaper",
"issueTracker": "https://github.com/joelnitta/canaper/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.0.9000",
"version": "0.0.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand All @@ -20,19 +20,46 @@
"author": [
{
"@type": "Person",
"givenName": "Joel",
"givenName": "Joel H.",
"familyName": "Nitta",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-4719-7472"
}
],
"contributor": {},
"contributor": [
{
"@type": "Person",
"givenName": "Shawn W.",
"familyName": "Laffan"
},
{
"@type": "Person",
"givenName": "Brent D.",
"familyName": "Mishler"
},
{
"@type": "Person",
"givenName": "Wataru",
"familyName": "Iwasaki",
"@id": "https://orcid.org/0000-0002-9169-9245"
},
{
"@type": "Person",
"givenName": "Shawn W.",
"familyName": "Laffan"
},
{
"@type": "Person",
"givenName": "Brent D.",
"familyName": "Mishler"
}
],
"copyrightHolder": {},
"funder": {},
"maintainer": [
{
"@type": "Person",
"givenName": "Joel",
"givenName": "Joel H.",
"familyName": "Nitta",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-4719-7472"
Expand Down Expand Up @@ -63,18 +90,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "ape",
"name": "ape",
"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=ape"
},
{
"@type": "SoftwareApplication",
"identifier": "future",
Expand Down Expand Up @@ -154,92 +169,116 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=stringr"
}
],
"softwareRequirements": [
},
{
"@type": "SoftwareApplication",
"identifier": "assertr",
"name": "assertr",
"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=assertr"
"sameAs": "https://CRAN.R-project.org/package=magrittr"
},
{
"@type": "SoftwareApplication",
"identifier": "assertthat",
"name": "assertthat",
"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=assertthat"
"sameAs": "https://CRAN.R-project.org/package=covr"
},
{
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"identifier": "picante",
"name": "picante",
"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"
"sameAs": "https://CRAN.R-project.org/package=picante"
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "ape",
"name": "ape",
"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=ape"
},
{
"@type": "SoftwareApplication",
"identifier": "furrr",
"name": "furrr",
"identifier": "assertr",
"name": "assertr",
"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=furrr"
"sameAs": "https://CRAN.R-project.org/package=assertr"
},
{
"@type": "SoftwareApplication",
"identifier": "magrittr",
"name": "magrittr",
"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=magrittr"
"sameAs": "https://CRAN.R-project.org/package=assertthat"
},
{
"@type": "SoftwareApplication",
"identifier": "phyloregion",
"name": "phyloregion",
"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=phyloregion"
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
{
"@type": "SoftwareApplication",
"identifier": "picante",
"name": "picante",
"identifier": "future.apply",
"name": "future.apply",
"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=picante"
"sameAs": "https://CRAN.R-project.org/package=future.apply"
},
{
"@type": "SoftwareApplication",
"identifier": "phyloregion",
"name": "phyloregion",
"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=phyloregion"
},
{
"@type": "SoftwareApplication",
Expand All @@ -265,6 +304,11 @@
},
"sameAs": "https://CRAN.R-project.org/package=purrr"
},
{
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
{
"@type": "SoftwareApplication",
"identifier": "tibble",
Expand All @@ -277,6 +321,18 @@
},
"sameAs": "https://CRAN.R-project.org/package=tibble"
},
{
"@type": "SoftwareApplication",
"identifier": "vegan",
"name": "vegan",
"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=vegan"
},
{
"@type": "SoftwareApplication",
"identifier": "R",
Expand All @@ -285,8 +341,8 @@
}
],
"releaseNotes": "https://github.com/joelnitta/canaper/blob/master/NEWS.md",
"fileSize": "190.618KB",
"contIntegration": "https://github.com/joelnitta/canaper/actions",
"fileSize": "7891.09KB",
"contIntegration": ["https://github.com/joelnitta/canaper/actions", "https://codecov.io/gh/joelnitta/canaper?branch=main"],
"developmentStatus": "https://www.repostatus.org/#wip",
"keywords": [
"biodiversity",
Expand Down Expand Up @@ -314,5 +370,6 @@
"@id": "https://doi.org/10.5281/zenodo.5094032",
"sameAs": "https://doi.org/10.5281/zenodo.5094032"
}
]
],
"readme": "https://github.com/joelnitta/canaper/blob/main/README.md"
}

0 comments on commit 1b383e1

Please sign in to comment.