-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added codemeta and other ropensci recommendations
- Loading branch information
Showing
3 changed files
with
247 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,243 @@ | ||
{ | ||
"@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"], | ||
"@type": "SoftwareSourceCode", | ||
"identifier": "epocakir", | ||
"description": "Clinical coding and diagnosis of patients with kidney using\n clinical practice guidelines. The guidelines used are the evidence-based\n KDIGO guidelines, see <https://kdigo.org/guidelines/> for more information.\n This package covers acute kidney injury (AKI), anemia, and\n chronic liver disease (CKD).", | ||
"name": "epocakir: Clinical Coding of Patients with Kidney Disease", | ||
"codeRepository": "https://github.com/alwinw/epocakir", | ||
"issueTracker": "https://github.com/alwinw/epocakir/issues", | ||
"license": "https://spdx.org/licenses/MIT", | ||
"version": "0.9.7", | ||
"programmingLanguage": { | ||
"@type": "ComputerLanguage", | ||
"name": "R", | ||
"url": "https://r-project.org" | ||
}, | ||
"runtimePlatform": "R version 4.0.3 (2020-10-10)", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Alwin", | ||
"familyName": "Wang", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0003-4883-2917" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Lisa", | ||
"familyName": "Toh", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0002-5994-3666" | ||
} | ||
], | ||
"contributor": {}, | ||
"copyrightHolder": {}, | ||
"funder": {}, | ||
"maintainer": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Alwin", | ||
"familyName": "Wang", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0003-4883-2917" | ||
} | ||
], | ||
"softwareSuggestions": [ | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "usethis", | ||
"name": "usethis", | ||
"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=usethis" | ||
}, | ||
{ | ||
"@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": "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" | ||
}, | ||
{ | ||
"@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": "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": "vctrs", | ||
"name": "vctrs", | ||
"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=vctrs" | ||
} | ||
], | ||
"softwareRequirements": [ | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "R", | ||
"name": "R", | ||
"version": ">= 3.5.0" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "dplyr", | ||
"name": "dplyr", | ||
"version": ">= 1.0.1", | ||
"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" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "tidyr", | ||
"name": "tidyr", | ||
"version": ">= 1.1.1", | ||
"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" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "tibble", | ||
"name": "tibble", | ||
"version": ">= 3.0.1", | ||
"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=tibble" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "ellipsis", | ||
"name": "ellipsis", | ||
"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=ellipsis" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "rlang", | ||
"name": "rlang", | ||
"version": ">= 0.4.0", | ||
"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" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "units", | ||
"name": "units", | ||
"version": ">= 0.7", | ||
"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=units" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "lubridate", | ||
"name": "lubridate", | ||
"version": ">= 1.7.0", | ||
"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" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "magrittr", | ||
"name": "magrittr", | ||
"version": ">= 2.0.1", | ||
"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" | ||
} | ||
], | ||
"releaseNotes": "https://github.com/alwinw/epocakir/blob/master/NEWS.md", | ||
"readme": "https://github.com/alwinw/epocakir/blob/master/README.md", | ||
"fileSize": "135.26KB", | ||
"contIntegration": ["https://github.com/alwinw/epocakir/actions", "https://codecov.io/gh/alwinw/epocakir?branch=master"], | ||
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#stable", | ||
"keywords": ["r", "kdigo-guidelines", "kdigo", "medical", "kidney-disease"], | ||
"relatedLink": "https://CRAN.R-project.org/package=epocakir" | ||
} |