Skip to content

Commit c791005

Browse files
committed
Version 1.0.0 release
1 parent 5596054 commit c791005

File tree

5 files changed

+42
-46
lines changed

5 files changed

+42
-46
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ man-roxygen
1717
^LICENSE\.md$
1818
revdep/
1919
^CRAN-RELEASE$
20+
^CRAN-SUBMISSION$

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 1.0.0
2+
Date: 2022-10-03 15:08:26 UTC
3+
SHA: 55960549c639f053d29ac55350db65c059b720c9

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Description: General purpose R client for 'ERDDAP' servers. Includes
66
'ERDDAP' information:
77
<https://upwell.pfeg.noaa.gov/erddap/information.html>.
88
Version: 1.0.0
9-
Date: 2022-10-02
9+
Date: 2022-10-03
1010
License: MIT + file LICENSE
1111
Authors@R: c(
1212
person("Scott", "Chamberlain", role = "aut"),

codemeta.json

Lines changed: 36 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,31 @@
11
{
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",
63
"@type": "SoftwareSourceCode",
74
"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>.",
96
"name": "rerddap: General Purpose Client for 'ERDDAP' Servers",
7+
"relatedLink": "https://docs.ropensci.org/rerddap/",
108
"codeRepository": "https://github.com/ropensci/rerddap",
119
"issueTracker": "https://github.com/ropensci/rerddap/issues",
1210
"license": "https://spdx.org/licenses/MIT",
13-
"version": "0.7.6",
11+
"version": "1.0.0",
1412
"programmingLanguage": {
1513
"@type": "ComputerLanguage",
1614
"name": "R",
1715
"url": "https://r-project.org"
1816
},
19-
"runtimePlatform": "R version 4.1.1",
17+
"runtimePlatform": "R version 4.2.1 (2022-06-23)",
2018
"provider": {
2119
"@id": "https://cran.r-project.org",
2220
"@type": "Organization",
23-
"name": "Central R Archive Network (CRAN)",
21+
"name": "Comprehensive R Archive Network (CRAN)",
2422
"url": "https://cran.r-project.org"
2523
},
2624
"author": [
2725
{
2826
"@type": "Person",
2927
"givenName": "Scott",
30-
"familyName": "Chamberlain",
31-
"email": "myrmecocystus@gmail.com",
32-
"@id": "https://orcid.org/0000-0003-1444-9135"
28+
"familyName": "Chamberlain"
3329
}
3430
],
3531
"contributor": [
@@ -41,7 +37,8 @@
4137
{
4238
"@type": "Person",
4339
"givenName": "Roy",
44-
"familyName": "Mendelssohn"
40+
"familyName": "Mendelssohn",
41+
"email": "roy.mendelssohn@noaa.gov"
4542
}
4643
],
4744
"maintainer": [
@@ -55,43 +52,42 @@
5552
"softwareSuggestions": [
5653
{
5754
"@type": "SoftwareApplication",
58-
"identifier": "testthat",
59-
"name": "testthat",
55+
"identifier": "knitr",
56+
"name": "knitr",
6057
"provider": {
6158
"@id": "https://cran.r-project.org",
6259
"@type": "Organization",
6360
"name": "Comprehensive R Archive Network (CRAN)",
6461
"url": "https://cran.r-project.org"
6562
},
66-
"sameAs": "https://CRAN.R-project.org/package=testthat"
63+
"sameAs": "https://CRAN.R-project.org/package=knitr"
6764
},
6865
{
6966
"@type": "SoftwareApplication",
70-
"identifier": "vcr",
71-
"name": "vcr",
72-
"version": ">= 0.2.6",
67+
"identifier": "rmarkdown",
68+
"name": "rmarkdown",
7369
"provider": {
7470
"@id": "https://cran.r-project.org",
7571
"@type": "Organization",
7672
"name": "Comprehensive R Archive Network (CRAN)",
7773
"url": "https://cran.r-project.org"
7874
},
79-
"sameAs": "https://CRAN.R-project.org/package=vcr"
75+
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
8076
}
8177
],
82-
"softwareRequirements": [
83-
{
78+
"softwareRequirements": {
79+
"1": {
8480
"@type": "SoftwareApplication",
8581
"identifier": "R",
8682
"name": "R",
87-
"version": ">= 2.10"
83+
"version": ">= 4.00"
8884
},
89-
{
85+
"2": {
9086
"@type": "SoftwareApplication",
9187
"identifier": "utils",
9288
"name": "utils"
9389
},
94-
{
90+
"3": {
9591
"@type": "SoftwareApplication",
9692
"identifier": "crul",
9793
"name": "crul",
@@ -104,7 +100,7 @@
104100
},
105101
"sameAs": "https://CRAN.R-project.org/package=crul"
106102
},
107-
{
103+
"4": {
108104
"@type": "SoftwareApplication",
109105
"identifier": "dplyr",
110106
"name": "dplyr",
@@ -117,7 +113,7 @@
117113
},
118114
"sameAs": "https://CRAN.R-project.org/package=dplyr"
119115
},
120-
{
116+
"5": {
121117
"@type": "SoftwareApplication",
122118
"identifier": "data.table",
123119
"name": "data.table",
@@ -130,7 +126,7 @@
130126
},
131127
"sameAs": "https://CRAN.R-project.org/package=data.table"
132128
},
133-
{
129+
"6": {
134130
"@type": "SoftwareApplication",
135131
"identifier": "jsonlite",
136132
"name": "jsonlite",
@@ -143,7 +139,7 @@
143139
},
144140
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
145141
},
146-
{
142+
"7": {
147143
"@type": "SoftwareApplication",
148144
"identifier": "xml2",
149145
"name": "xml2",
@@ -156,7 +152,7 @@
156152
},
157153
"sameAs": "https://CRAN.R-project.org/package=xml2"
158154
},
159-
{
155+
"8": {
160156
"@type": "SoftwareApplication",
161157
"identifier": "digest",
162158
"name": "digest",
@@ -168,7 +164,7 @@
168164
},
169165
"sameAs": "https://CRAN.R-project.org/package=digest"
170166
},
171-
{
167+
"9": {
172168
"@type": "SoftwareApplication",
173169
"identifier": "ncdf4",
174170
"name": "ncdf4",
@@ -181,7 +177,7 @@
181177
},
182178
"sameAs": "https://CRAN.R-project.org/package=ncdf4"
183179
},
184-
{
180+
"10": {
185181
"@type": "SoftwareApplication",
186182
"identifier": "tibble",
187183
"name": "tibble",
@@ -193,7 +189,7 @@
193189
},
194190
"sameAs": "https://CRAN.R-project.org/package=tibble"
195191
},
196-
{
192+
"11": {
197193
"@type": "SoftwareApplication",
198194
"identifier": "hoardr",
199195
"name": "hoardr",
@@ -205,16 +201,14 @@
205201
"url": "https://cran.r-project.org"
206202
},
207203
"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+
},
217207
"applicationCategory": "Climate",
218208
"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"]
220214
}

cran-comments.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ OK from all checks
1616

1717
---
1818

19-
This version fixes a bug dealing with coordinates that
20-
are not lat-lon and are in decreasing order. Adds a new
21-
search function.
19+
This version allows for "melting" of the data from non-lat-lon grids, fixed a bug in dealing with such grids. When "melted", column names are the same as in rerddap::info().
2220

2321
Thanks!
2422
Roy Mendelssohn

0 commit comments

Comments
 (0)