-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
106 lines (106 loc) · 3.87 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
{
"@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"],
"@type": "SoftwareSourceCode",
"identifier": "nhds",
"description": "The National Hospital Discharge Survey (2010)\n summarizes the state of patients at the end of their hospital\n admissions. The US CDC publishes the data in the public domain, and\n describes it as follows: The National Hospital Discharge Survey (NHDS)\n is a continuing nationwide sample survey of short-stay hospitals in\n the United States. The scope of NHDS encompasses patients discharged\n from noninstitutional hospitals, exclusive of military and Department\n of Veterans Affairs hospitals, located in the 50 States and the\n District of Columbia. Only hospitals having six or more beds for\n in-patient use are included in the survey. See\n <https://www.cdc.gov/nchs/nhds> for more information.",
"name": "nhds: National Hospital Discharge Survey 2010 Data",
"codeRepository": "https://github.com/jackwasey/nhds",
"issueTracker": "https://github.com/jackwasey/nhds/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "1.0.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.2 (2020-06-22)",
"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": "Jack",
"familyName": "Wasey",
"email": "[email protected]"
}
],
"contributor": {},
"copyrightHolder": {},
"funder": {},
"maintainer": [
{
"@type": "Person",
"givenName": "Jack",
"familyName": "Wasey",
"email": "[email protected]"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "icd",
"name": "icd",
"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=icd"
},
{
"@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": "readr",
"name": "readr",
"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=readr"
},
{
"@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"
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 2.10"
}
],
"releaseNotes": "https://github.com/jackwasey/nhds/blob/master/NEWS.md",
"readme": "https://github.com/jackwasey/nhds/blob/master/README.md",
"fileSize": "30082.857KB",
"contIntegration": ["https://travis-ci.org/jackwasey/nhds", "https://ci.appveyor.com/project/jackwasey/nhds"],
"developmentStatus": "https://www.tidyverse.org/lifecycle/#stable",
"relatedLink": "https://CRAN.R-project.org/package=nhds"
}