|
5 | 5 | ], |
6 | 6 | "@type": "SoftwareSourceCode", |
7 | 7 | "identifier": "rnoaa", |
8 | | - "description": "Client for many 'NOAA' data sources including the 'NCDC' climate\n 'API' at <https://www.ncdc.noaa.gov/cdo-web/webservices/v2>, with functions for\n each of the 'API' 'endpoints': data, data categories, data sets, data types,\n locations, location categories, and stations. In addition, we have an interface\n for 'NOAA' sea ice data, the 'NOAA' severe weather inventory, 'NOAA' Historical\n Observing 'Metadata' Repository ('HOMR') data, 'NOAA' storm data via 'IBTrACS',\n tornado data via the 'NOAA' storm prediction center, and more.", |
| 8 | + "description": "Client for many 'NOAA' data sources including the 'NCDC' climate 'API' at <https://www.ncdc.noaa.gov/cdo-web/webservices/v2>, with functions for each of the 'API' 'endpoints': data, data categories, data sets, data types, locations, location categories, and stations. In addition, we have an interface for 'NOAA' sea ice data, the 'NOAA' severe weather inventory, 'NOAA' Historical Observing 'Metadata' Repository ('HOMR') data, 'NOAA' storm data via 'IBTrACS', tornado data via the 'NOAA' storm prediction center, and more.", |
9 | 9 | "name": "rnoaa: 'NOAA' Weather Data from R", |
10 | 10 | "codeRepository": "https://github.com/ropensci/rnoaa", |
11 | 11 | "issueTracker": "https://github.com/ropensci/rnoaa/issues", |
12 | 12 | "license": "https://spdx.org/licenses/MIT", |
13 | | - "version": "1.3.4", |
| 13 | + "version": "1.3.7", |
14 | 14 | "programmingLanguage": { |
15 | 15 | "@type": "ComputerLanguage", |
16 | 16 | "name": "R", |
17 | 17 | "url": "https://r-project.org" |
18 | 18 | }, |
19 | | - "runtimePlatform": "R version 4.0.5 Patched (2021-03-31 r80136)", |
| 19 | + "runtimePlatform": "R version 4.1.2 (2021-11-01)", |
20 | 20 | "provider": { |
21 | 21 | "@id": "https://cran.r-project.org", |
22 | 22 | "@type": "Organization", |
|
33 | 33 | } |
34 | 34 | ], |
35 | 35 | "contributor": [ |
| 36 | + { |
| 37 | + "@type": "Person", |
| 38 | + "givenName": "Daniel", |
| 39 | + "familyName": "Hocking", |
| 40 | + "email": "djhocking@gmail.com", |
| 41 | + "@id": "https://orcid.org/0000-0003-1889-9184" |
| 42 | + }, |
36 | 43 | { |
37 | 44 | "@type": "Person", |
38 | 45 | "givenName": "Brooke", |
|
77 | 84 | "maintainer": [ |
78 | 85 | { |
79 | 86 | "@type": "Person", |
80 | | - "givenName": "Scott", |
81 | | - "familyName": "Chamberlain", |
82 | | - "email": "myrmecocystus@gmail.com", |
83 | | - "@id": "https://orcid.org/0000-0003-1444-9135" |
| 87 | + "givenName": "Daniel", |
| 88 | + "familyName": "Hocking", |
| 89 | + "email": "djhocking@gmail.com", |
| 90 | + "@id": "https://orcid.org/0000-0003-1889-9184" |
84 | 91 | } |
85 | 92 | ], |
86 | 93 | "softwareSuggestions": [ |
|
433 | 440 | "sameAs": "https://CRAN.R-project.org/package=data.table" |
434 | 441 | } |
435 | 442 | ], |
436 | | - "contIntegration": "https://codecov.io/github/ropensci/rnoaa?branch=master", |
| 443 | + "contIntegration": ["https://github.com/ropensci/rnoaa/actions", "https://codecov.io/github/ropensci/rnoaa?branch=master"], |
437 | 444 | "releaseNotes": "https://github.com/ropensci/rnoaa/blob/master/NEWS.md", |
438 | 445 | "readme": "https://github.com/ropensci/rnoaa/blob/master/README.md", |
439 | | - "fileSize": "18279.923KB", |
| 446 | + "fileSize": "19079.293KB", |
440 | 447 | "applicationCategory": "Climate", |
441 | 448 | "isPartOf": "https://ropensci.org", |
442 | 449 | "keywords": ["earth", "science", "climate", "precipitation", "temperature", "storm", "buoy", "NCDC", "NOAA", "tornadoe", "seaice", "ISD", "noaa", "rstats", "noaa-data", "r", "r-package"], |
|
0 commit comments