Skip to content

Commit f3855cd

Browse files
committed
updated codemeta before release
1 parent 531539d commit f3855cd

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

codemeta.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
],
66
"@type": "SoftwareSourceCode",
77
"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.",
99
"name": "rnoaa: 'NOAA' Weather Data from R",
1010
"codeRepository": "https://github.com/ropensci/rnoaa",
1111
"issueTracker": "https://github.com/ropensci/rnoaa/issues",
1212
"license": "https://spdx.org/licenses/MIT",
13-
"version": "1.3.4",
13+
"version": "1.3.7",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
1717
"url": "https://r-project.org"
1818
},
19-
"runtimePlatform": "R version 4.0.5 Patched (2021-03-31 r80136)",
19+
"runtimePlatform": "R version 4.1.2 (2021-11-01)",
2020
"provider": {
2121
"@id": "https://cran.r-project.org",
2222
"@type": "Organization",
@@ -33,6 +33,13 @@
3333
}
3434
],
3535
"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+
},
3643
{
3744
"@type": "Person",
3845
"givenName": "Brooke",
@@ -77,10 +84,10 @@
7784
"maintainer": [
7885
{
7986
"@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"
8491
}
8592
],
8693
"softwareSuggestions": [
@@ -433,10 +440,10 @@
433440
"sameAs": "https://CRAN.R-project.org/package=data.table"
434441
}
435442
],
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"],
437444
"releaseNotes": "https://github.com/ropensci/rnoaa/blob/master/NEWS.md",
438445
"readme": "https://github.com/ropensci/rnoaa/blob/master/README.md",
439-
"fileSize": "18279.923KB",
446+
"fileSize": "19079.293KB",
440447
"applicationCategory": "Climate",
441448
"isPartOf": "https://ropensci.org",
442449
"keywords": ["earth", "science", "climate", "precipitation", "temperature", "storm", "buoy", "NCDC", "NOAA", "tornadoe", "seaice", "ISD", "noaa", "rstats", "noaa-data", "r", "r-package"],

0 commit comments

Comments
 (0)