This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
136 lines (136 loc) · 4.3 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
133
134
135
136
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "cuRed",
"description": "Package for cleaning and linking Urgent and Emergency Care (UEC) service data, provisioned by NHS Digital and Yorkshire Ambulance Service, along with data on demographics, deaths, and medicines dispensed in primary care.",
"name": "cuRed: Linking Urgent and Emergency Care Data in Yorkshire and Humber Region and Nationwide",
"codeRepository": "https://github.com/CUREd-Plus/cuRed",
"issueTracker": "https://github.com/CUREd-Plus/cuRed/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.1 (2023-06-16 ucrt)",
"author": [
{
"@type": "Person",
"givenName": "Neil",
"familyName": "Shephard",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-8301-6857"
},
{
"@type": "Person",
"givenName": "Tony",
"familyName": "Stone",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-0167-3800"
},
{
"@type": "Person",
"givenName": "Annabel",
"familyName": "Crum",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9310-8536"
},
{
"@type": "Person",
"givenName": "Richard",
"familyName": "Campbell",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-0975-9270"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Neil",
"familyName": "Shephard",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-8301-6857"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "codemetar",
"name": "codemetar",
"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=codemetar"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "cli",
"name": "cli",
"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=cli"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "stringr",
"name": "stringr",
"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=stringr"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"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=jsonlite"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "DBI",
"name": "DBI",
"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=DBI"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "duckdb",
"name": "duckdb",
"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=duckdb"
},
"SystemRequirements": null
},
"fileSize": "18.662KB",
"readme": "https://github.com/CUREd-Plus/cuRed/blob/main/README.md",
"contIntegration": "https://github.com/CUREd-Plus/cuRed/actions/workflows/R-CMD-check.yaml"
}