-
Notifications
You must be signed in to change notification settings - Fork 1
/
codemeta.json
132 lines (132 loc) · 4.5 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "chlorpromazineR",
"description": "As different antipsychotic medications have different potencies,\n the doses of different medications cannot be directly compared. Various\n strategies are used to convert doses into a common reference so that\n comparison is meaningful. Chlorpromazine (CPZ) has historically been used\n as a reference medication into which other antipsychotic doses can be\n converted, as \"chlorpromazine-equivalent doses\". Using conversion keys\n generated from widely-cited scientific papers, e.g. Gardner et. al 2010\n <doi:10.1176/appi.ajp.2009.09060802> and Leucht et al. 2016\n <doi:10.1093/schbul/sbv167>, antipsychotic doses are converted\n to CPZ (or any specified antipsychotic) equivalents. The use of the package\n is described in the included vignette. Not for clinical use.",
"name": "chlorpromazineR: Convert Antipsychotic Doses to Chlorpromazine Equivalents",
"codeRepository": "https://github.com/ropensci/chlorpromazineR",
"issueTracker": "https://github.com/ropensci/chlorpromazineR/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.2.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.3 (2020-10-10)",
"author": [
{
"@type": "Person",
"givenName": "Eric",
"familyName": "Brown",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-1575-2606"
},
{
"@type": "Person",
"givenName": "Parita",
"familyName": "Shah",
"@id": "https://orcid.org/0000-0002-7302-0411"
},
{
"@type": "Person",
"givenName": "Julia",
"familyName": "Kim",
"@id": "https://orcid.org/0000-0002-0379-1333"
}
],
"contributor": {},
"copyrightHolder": {},
"funder": {},
"maintainer": [
{
"@type": "Person",
"givenName": "Eric",
"familyName": "Brown",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-1575-2606"
}
],
"softwareSuggestions": [
{
"@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": "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"
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5"
}
],
"readme": "https://github.com/ropensci/chlorpromazineR/blob/master/README.md",
"contIntegration": "https://codecov.io/github/ropensci/chlorpromazineR?branch=master",
"keywords": [
"psychiatry",
"pharmacology",
"r",
"antipsychotic",
"schizophrenia"
],
"releaseNotes": "https://github.com/ropensci/chlorpromazineR/blob/master/NEWS.md",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"relatedLink": [
"https://docs.ropensci.org/chlorpromazineR",
"https://docs.ropensci.org/chlorpromazineR/"
],
"fileSize": "2447.075KB"
}