-
Notifications
You must be signed in to change notification settings - Fork 3
/
codemeta.json
85 lines (85 loc) · 2.46 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
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "covid19dbcand",
"description": "Provides different datasets parsed from 'Drugbank' \n <https://www.drugbank.ca/covid-19> database using 'dbparser' package. \n It is a smaller version from 'dbdataset' package. It contains only information\n about COVID-19 possible treatment.",
"name": "covid19dbcand: Selected 'Drugbank' Drugs for COVID-19 Treatment Related Data in R Format",
"codeRepository": "https://github.com/MohammedFCIS/covid19dbcand",
"issueTracker": "https://github.com/MohammedFCIS/covid19dbcand/issues",
"license": "https://spdx.org/licenses/CC0-1.0",
"version": "0.1.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "4.0.0",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.0 (2020-04-24)",
"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": "Mohammed",
"familyName": "Ali",
"email": "moh_fcis@yahoo.com"
}
],
"contributor": {},
"copyrightHolder": {},
"funder": {},
"maintainer": [
{
"@type": "Person",
"givenName": "Mohammed",
"familyName": "Ali",
"email": "moh_fcis@yahoo.com"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "data.tree",
"name": "data.tree"
},
{
"@type": "SoftwareApplication",
"identifier": "DT",
"name": "DT"
},
{
"@type": "SoftwareApplication",
"identifier": "networkD3",
"name": "networkD3"
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.1"
}
],
"releaseNotes": "https://github.com/MohammedFCIS/covid19dbcand/blob/master/NEWS.md",
"readme": "https://github.com/MohammedFCIS/covid19dbcand/blob/master/README.md",
"contIntegration": "https://travis-ci.com/MohammedFCIS/covid19dbcand",
"relatedLink": "https://CRAN.R-project.org/package=covid19dbcand"
}