Skip to content

Commit

Permalink
Update codemeta.json
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
aaronwolen committed Feb 5, 2020
1 parent 8c9f411 commit 7fce084
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 29 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ inst/paper.bib$
vignettes/precompile.R$
^cran-comments\.md$
^LICENSE\.md$
^codemeta\.json$
44 changes: 15 additions & 29 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"],
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "osfr",
"description": "An interface for interacting with OSF (<https://osf.io>). osfr enables you to access open research materials and data, or create and manage your own private or public projects.",
"name": "osfr: Interface to the Open Science Framework (OSF)",
"description": "An interface for interacting with 'OSF' (<https://osf.io>). 'osfr' enables you to access open research materials and data, or create and manage your own private or public projects.",
"name": "osfr: Interface to the 'Open Science Framework' ('OSF')",
"codeRepository": "https://github.com/ropensci/osfr",
"issueTracker": "https://github.com/ropensci/osfr/issues",
"license": "https://spdx.org/licenses/Apache-2.0",
Expand Down Expand Up @@ -299,30 +302,13 @@
"sameAs": "https://CRAN.R-project.org/package=httr"
}
],
"keywords": ["osf", "open-science", "reproducible-research"],
"citation": [
{
"@type": "SoftwareSourceCode",
"datePublished": "2020",
"author": [
{
"@type": "Person",
"givenName": "Aaron",
"familyName": "Wolen",
"email": "aaron@wolen.com",
"@id": "https://orcid.org/0000-0003-2542-2202"
},
{
"@type": "Person",
"givenName": "Chris",
"familyName": "Hartgerink",
"email": "chjh@protonmail.com",
"@id": "https://orcid.org/0000-0003-1050-6809"
}
],
"name": "osfr: Interface to the Open Science Framework (OSF)",
"url": "https://github.com/ropensci/osfr",
"description": "R package version 0.2.8"
}
]
"keywords": [
"osf",
"open-science",
"reproducible-research"
],
"relatedLink": "https://docs.ropensci.org/osfr",
"releaseNotes": "https://github.com/ropensci/osfr/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/osfr/blob/master/README.md",
"contIntegration": ["https://travis-ci.com/ropensci/osfr", "https://ci.appveyor.com/project/aaronwolen/osfr", "https://codecov.io/github/ropensci/osfr?branch=master"]
}

0 comments on commit 7fce084

Please sign in to comment.