forked from tonyfischetti/assertr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
140 lines (140 loc) · 3.91 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
137
138
139
140
{
"@context": [
"https://doi.org/doi:10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "assertr",
"description":
"Provides functionality to assert conditions\n that have to be met so that errors in data used in\n analysis pipelines can fail quickly. Similar to\n 'stopifnot()' but more powerful, friendly, and easier\n for use in pipelines.",
"name": "assertr: Assertive Programming for R Analysis Pipelines",
"codeRepository": "https://github.com/ropensci/assertr.git",
"issueTracker": "https://github.com/ropensci/assertr/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "2.0.2.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.4.2",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.4.2 (2017-09-28)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Tony",
"familyName": "Fischetti",
"email": "[email protected]"
}
],
"maintainer": {
"@type": "Person",
"givenName": "Tony",
"familyName": "Fischetti",
"email": "[email protected]"
},
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "magrittr",
"name": "magrittr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"version": "0.7.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "MASS",
"name": "MASS",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
{
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
{
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
"version": "0.1.2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
}
],
"applicationCategory": "ComputingInfrastructure",
"isPartOf": "https://ropensci.org",
"keywords": [
"ropensci",
"defensive",
"audit",
"assert",
"assertions",
"sanitization",
"workflow",
"checking"
],
"contIntegration": "https://travis-ci.org/ropensci/assertr",
"releaseNotes": "https://github.com/ropensci/assertr.git/blob/master/NEWS",
"readme": "https://github.com/ropensci/assertr.git/blob/master/README.md",
"fileSize": "95.466KB"
}