|
1 | 1 | {
|
2 |
| - "@context": [ |
3 |
| - "http://purl.org/codemeta/2.0", |
4 |
| - "http://schema.org" |
5 |
| - ], |
| 2 | + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", |
6 | 3 | "@type": "SoftwareSourceCode",
|
7 | 4 | "identifier": "rerddap",
|
8 |
| - "description": "General purpose R client for 'ERDDAP' servers. Includes\n functions to search for 'datasets', get summary information on\n 'datasets', and fetch 'datasets', in either 'csv' or 'netCDF' format.\n 'ERDDAP' information: \n <https://upwell.pfeg.noaa.gov/erddap/information.html>.", |
| 5 | + "description": "General purpose R client for 'ERDDAP' servers. Includes functions to search for 'datasets', get summary information on 'datasets', and fetch 'datasets', in either 'csv' or 'netCDF' format. 'ERDDAP' information: <https://upwell.pfeg.noaa.gov/erddap/information.html>.", |
9 | 6 | "name": "rerddap: General Purpose Client for 'ERDDAP' Servers",
|
| 7 | + "relatedLink": "https://docs.ropensci.org/rerddap/", |
10 | 8 | "codeRepository": "https://github.com/ropensci/rerddap",
|
11 | 9 | "issueTracker": "https://github.com/ropensci/rerddap/issues",
|
12 | 10 | "license": "https://spdx.org/licenses/MIT",
|
13 |
| - "version": "0.7.6", |
| 11 | + "version": "1.0.0", |
14 | 12 | "programmingLanguage": {
|
15 | 13 | "@type": "ComputerLanguage",
|
16 | 14 | "name": "R",
|
17 | 15 | "url": "https://r-project.org"
|
18 | 16 | },
|
19 |
| - "runtimePlatform": "R version 4.1.1", |
| 17 | + "runtimePlatform": "R version 4.2.1 (2022-06-23)", |
20 | 18 | "provider": {
|
21 | 19 | "@id": "https://cran.r-project.org",
|
22 | 20 | "@type": "Organization",
|
23 |
| - "name": "Central R Archive Network (CRAN)", |
| 21 | + "name": "Comprehensive R Archive Network (CRAN)", |
24 | 22 | "url": "https://cran.r-project.org"
|
25 | 23 | },
|
26 | 24 | "author": [
|
27 | 25 | {
|
28 | 26 | "@type": "Person",
|
29 | 27 | "givenName": "Scott",
|
30 |
| - "familyName": "Chamberlain", |
31 |
| - "email": "myrmecocystus@gmail.com", |
32 |
| - "@id": "https://orcid.org/0000-0003-1444-9135" |
| 28 | + "familyName": "Chamberlain" |
33 | 29 | }
|
34 | 30 | ],
|
35 | 31 | "contributor": [
|
|
41 | 37 | {
|
42 | 38 | "@type": "Person",
|
43 | 39 | "givenName": "Roy",
|
44 |
| - "familyName": "Mendelssohn" |
| 40 | + "familyName": "Mendelssohn", |
| 41 | + "email": "roy.mendelssohn@noaa.gov" |
45 | 42 | }
|
46 | 43 | ],
|
47 | 44 | "maintainer": [
|
|
55 | 52 | "softwareSuggestions": [
|
56 | 53 | {
|
57 | 54 | "@type": "SoftwareApplication",
|
58 |
| - "identifier": "testthat", |
59 |
| - "name": "testthat", |
| 55 | + "identifier": "knitr", |
| 56 | + "name": "knitr", |
60 | 57 | "provider": {
|
61 | 58 | "@id": "https://cran.r-project.org",
|
62 | 59 | "@type": "Organization",
|
63 | 60 | "name": "Comprehensive R Archive Network (CRAN)",
|
64 | 61 | "url": "https://cran.r-project.org"
|
65 | 62 | },
|
66 |
| - "sameAs": "https://CRAN.R-project.org/package=testthat" |
| 63 | + "sameAs": "https://CRAN.R-project.org/package=knitr" |
67 | 64 | },
|
68 | 65 | {
|
69 | 66 | "@type": "SoftwareApplication",
|
70 |
| - "identifier": "vcr", |
71 |
| - "name": "vcr", |
72 |
| - "version": ">= 0.2.6", |
| 67 | + "identifier": "rmarkdown", |
| 68 | + "name": "rmarkdown", |
73 | 69 | "provider": {
|
74 | 70 | "@id": "https://cran.r-project.org",
|
75 | 71 | "@type": "Organization",
|
76 | 72 | "name": "Comprehensive R Archive Network (CRAN)",
|
77 | 73 | "url": "https://cran.r-project.org"
|
78 | 74 | },
|
79 |
| - "sameAs": "https://CRAN.R-project.org/package=vcr" |
| 75 | + "sameAs": "https://CRAN.R-project.org/package=rmarkdown" |
80 | 76 | }
|
81 | 77 | ],
|
82 |
| - "softwareRequirements": [ |
83 |
| - { |
| 78 | + "softwareRequirements": { |
| 79 | + "1": { |
84 | 80 | "@type": "SoftwareApplication",
|
85 | 81 | "identifier": "R",
|
86 | 82 | "name": "R",
|
87 |
| - "version": ">= 2.10" |
| 83 | + "version": ">= 4.00" |
88 | 84 | },
|
89 |
| - { |
| 85 | + "2": { |
90 | 86 | "@type": "SoftwareApplication",
|
91 | 87 | "identifier": "utils",
|
92 | 88 | "name": "utils"
|
93 | 89 | },
|
94 |
| - { |
| 90 | + "3": { |
95 | 91 | "@type": "SoftwareApplication",
|
96 | 92 | "identifier": "crul",
|
97 | 93 | "name": "crul",
|
|
104 | 100 | },
|
105 | 101 | "sameAs": "https://CRAN.R-project.org/package=crul"
|
106 | 102 | },
|
107 |
| - { |
| 103 | + "4": { |
108 | 104 | "@type": "SoftwareApplication",
|
109 | 105 | "identifier": "dplyr",
|
110 | 106 | "name": "dplyr",
|
|
117 | 113 | },
|
118 | 114 | "sameAs": "https://CRAN.R-project.org/package=dplyr"
|
119 | 115 | },
|
120 |
| - { |
| 116 | + "5": { |
121 | 117 | "@type": "SoftwareApplication",
|
122 | 118 | "identifier": "data.table",
|
123 | 119 | "name": "data.table",
|
|
130 | 126 | },
|
131 | 127 | "sameAs": "https://CRAN.R-project.org/package=data.table"
|
132 | 128 | },
|
133 |
| - { |
| 129 | + "6": { |
134 | 130 | "@type": "SoftwareApplication",
|
135 | 131 | "identifier": "jsonlite",
|
136 | 132 | "name": "jsonlite",
|
|
143 | 139 | },
|
144 | 140 | "sameAs": "https://CRAN.R-project.org/package=jsonlite"
|
145 | 141 | },
|
146 |
| - { |
| 142 | + "7": { |
147 | 143 | "@type": "SoftwareApplication",
|
148 | 144 | "identifier": "xml2",
|
149 | 145 | "name": "xml2",
|
|
156 | 152 | },
|
157 | 153 | "sameAs": "https://CRAN.R-project.org/package=xml2"
|
158 | 154 | },
|
159 |
| - { |
| 155 | + "8": { |
160 | 156 | "@type": "SoftwareApplication",
|
161 | 157 | "identifier": "digest",
|
162 | 158 | "name": "digest",
|
|
168 | 164 | },
|
169 | 165 | "sameAs": "https://CRAN.R-project.org/package=digest"
|
170 | 166 | },
|
171 |
| - { |
| 167 | + "9": { |
172 | 168 | "@type": "SoftwareApplication",
|
173 | 169 | "identifier": "ncdf4",
|
174 | 170 | "name": "ncdf4",
|
|
181 | 177 | },
|
182 | 178 | "sameAs": "https://CRAN.R-project.org/package=ncdf4"
|
183 | 179 | },
|
184 |
| - { |
| 180 | + "10": { |
185 | 181 | "@type": "SoftwareApplication",
|
186 | 182 | "identifier": "tibble",
|
187 | 183 | "name": "tibble",
|
|
193 | 189 | },
|
194 | 190 | "sameAs": "https://CRAN.R-project.org/package=tibble"
|
195 | 191 | },
|
196 |
| - { |
| 192 | + "11": { |
197 | 193 | "@type": "SoftwareApplication",
|
198 | 194 | "identifier": "hoardr",
|
199 | 195 | "name": "hoardr",
|
|
205 | 201 | "url": "https://cran.r-project.org"
|
206 | 202 | },
|
207 | 203 | "sameAs": "https://CRAN.R-project.org/package=hoardr"
|
208 |
| - } |
209 |
| - ], |
210 |
| - "contIntegration": "https://codecov.io/github/ropensci/rerddap?branch=master", |
211 |
| - "releaseNotes": "https://github.com/ropensci/rerddap/blob/master/NEWS.md", |
212 |
| - "readme": "https://github.com/ropensci/rerddap/blob/master/README.md", |
213 |
| - "fileSize": "15460.515KB", |
214 |
| - "keywords": ["earth", "science", "climate", "precipitation", "temperature", "storm", "buoy", "NOAA", "rstats", "erddap", "noaa-data", "api-client", "r", "r-package"], |
215 |
| - "copyrightHolder": {}, |
216 |
| - "funder": {}, |
| 204 | + }, |
| 205 | + "SystemRequirements": null |
| 206 | + }, |
217 | 207 | "applicationCategory": "Climate",
|
218 | 208 | "isPartOf": "https://ropensci.org",
|
219 |
| - "relatedLink": "https://docs.ropensci.org/rerddap/" |
| 209 | + "keywords": ["earth", "science", "climate", "precipitation", "temperature", "storm", "buoy", "NOAA", "rstats", "erddap", "noaa-data", "api-client", "r", "r-package"], |
| 210 | + "fileSize": "3003.818KB", |
| 211 | + "releaseNotes": "https://github.com/ropensci/rerddap/blob/master/NEWS.md", |
| 212 | + "readme": "https://github.com/ropensci/rerddap/blob/master/README.md", |
| 213 | + "contIntegration": ["https://github.com/ropensci/rerddap/actions", "https://codecov.io/github/ropensci/rerddap?branch=master"] |
220 | 214 | }
|
0 commit comments