-
Notifications
You must be signed in to change notification settings - Fork 18
/
codemeta.json
161 lines (161 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "rnassqs",
"description": "Interface to access data via the United States Department of Agriculture's National Agricultural Statistical Service (NASS) 'Quick Stats' web API <https://quickstats.nass.usda.gov/api/>. Convenience functions facilitate building queries based on available parameters and valid parameter values. This product uses the NASS API but is not endorsed or certified by NASS.",
"name": "rnassqs: Access Data from the NASS 'Quick Stats' API",
"relatedLink": ["https://docs.ropensci.org/rnassqs/", "https://CRAN.R-project.org/package=rnassqs"],
"codeRepository": "https://github.com/ropensci/rnassqs/",
"issueTracker": "https://github.com/ropensci/rnassqs/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.6.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.1 (2023-06-16 ucrt)",
"author": [
{
"@type": "Person",
"givenName": "Nicholas",
"familyName": "Potter",
"email": "econpotter@gmail.com"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Robert",
"familyName": "Dinterman"
},
{
"@type": "Person",
"givenName": "Jonathan",
"familyName": "Adams"
},
{
"@type": "Person",
"givenName": "Joseph",
"familyName": "Stachelek"
},
{
"@type": "Person",
"givenName": "Julia",
"familyName": "Piaskowski"
},
{
"@type": "Person",
"givenName": "Branden",
"familyName": "Collingsworth"
},
{
"@type": "Person",
"givenName": "Neal",
"familyName": "Richardson"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Nicholas",
"familyName": "Potter",
"email": "econpotter@gmail.com"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "here",
"name": "here"
},
{
"@type": "SoftwareApplication",
"identifier": "httptest",
"name": "httptest"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "httr",
"name": "httr"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"SystemRequirements": null
},
"fileSize": "2713.931KB",
"citation": [
{
"@type": "ScholarlyArticle",
"datePublished": "2019",
"author": [
{
"@type": "Person",
"givenName": ["Nicholas", "A"],
"familyName": "Potter"
}
],
"name": "rnassqs: An `R` package to access agricultural data via the USDA National Agricultural Statistics Service (USDA-NASS) 'Quick Stats' API",
"isPartOf": {
"@type": "PublicationIssue",
"datePublished": "2019",
"isPartOf": {
"@type": ["PublicationVolume", "Periodical"],
"name": "The Journal of Open Source Software"
}
}
},
{
"@type": "SoftwareSourceCode",
"author": [
{
"@type": "Person",
"givenName": "Nicholas",
"familyName": "Potter"
}
],
"name": "{rnassqs}: Access the NASS 'Quick Stats' API",
"url": "https://CRAN.R-project.org/package=rnassqs",
"description": "R package version 0.6.2"
}
],
"releaseNotes": "https://github.com/ropensci/rnassqs/blob/main/NEWS.md",
"readme": "https://github.com/ropensci/rnassqs/blob/main/README.md",
"contIntegration": ["https://app.travis-ci.com/ropensci/rnassqs", "https://app.codecov.io/gh/ropensci/rnassqs"],
"developmentStatus": ["https://www.repostatus.org/#active", "https://lifecycle.r-lib.org/articles/stages.html#maturing"],
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/software-review/issues/298",
"provider": "https://ropensci.org"
}
}