Skip to content

Commit

Permalink
Version 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rmendels committed Oct 3, 2022
1 parent 5596054 commit c791005
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 46 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ man-roxygen
^LICENSE\.md$
revdep/
^CRAN-RELEASE$
^CRAN-SUBMISSION$
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 1.0.0
Date: 2022-10-03 15:08:26 UTC
SHA: 55960549c639f053d29ac55350db65c059b720c9
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: General purpose R client for 'ERDDAP' servers. Includes
'ERDDAP' information:
<https://upwell.pfeg.noaa.gov/erddap/information.html>.
Version: 1.0.0
Date: 2022-10-02
Date: 2022-10-03
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = "aut"),
Expand Down
78 changes: 36 additions & 42 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,31 @@
{
"@context": [
"http://purl.org/codemeta/2.0",
"http://schema.org"
],
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "rerddap",
"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>.",
"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>.",
"name": "rerddap: General Purpose Client for 'ERDDAP' Servers",
"relatedLink": "https://docs.ropensci.org/rerddap/",
"codeRepository": "https://github.com/ropensci/rerddap",
"issueTracker": "https://github.com/ropensci/rerddap/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.7.6",
"version": "1.0.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.1.1",
"runtimePlatform": "R version 4.2.1 (2022-06-23)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Scott",
"familyName": "Chamberlain",
"email": "myrmecocystus@gmail.com",
"@id": "https://orcid.org/0000-0003-1444-9135"
"familyName": "Chamberlain"
}
],
"contributor": [
Expand All @@ -41,7 +37,8 @@
{
"@type": "Person",
"givenName": "Roy",
"familyName": "Mendelssohn"
"familyName": "Mendelssohn",
"email": "roy.mendelssohn@noaa.gov"
}
],
"maintainer": [
Expand All @@ -55,43 +52,42 @@
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "vcr",
"name": "vcr",
"version": ">= 0.2.6",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=vcr"
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
}
],
"softwareRequirements": [
{
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 2.10"
"version": ">= 4.00"
},
{
"2": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
{
"3": {
"@type": "SoftwareApplication",
"identifier": "crul",
"name": "crul",
Expand All @@ -104,7 +100,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=crul"
},
{
"4": {
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
Expand All @@ -117,7 +113,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
{
"5": {
"@type": "SoftwareApplication",
"identifier": "data.table",
"name": "data.table",
Expand All @@ -130,7 +126,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=data.table"
},
{
"6": {
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
Expand All @@ -143,7 +139,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
},
{
"7": {
"@type": "SoftwareApplication",
"identifier": "xml2",
"name": "xml2",
Expand All @@ -156,7 +152,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=xml2"
},
{
"8": {
"@type": "SoftwareApplication",
"identifier": "digest",
"name": "digest",
Expand All @@ -168,7 +164,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=digest"
},
{
"9": {
"@type": "SoftwareApplication",
"identifier": "ncdf4",
"name": "ncdf4",
Expand All @@ -181,7 +177,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=ncdf4"
},
{
"10": {
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
Expand All @@ -193,7 +189,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=tibble"
},
{
"11": {
"@type": "SoftwareApplication",
"identifier": "hoardr",
"name": "hoardr",
Expand All @@ -205,16 +201,14 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=hoardr"
}
],
"contIntegration": "https://codecov.io/github/ropensci/rerddap?branch=master",
"releaseNotes": "https://github.com/ropensci/rerddap/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/rerddap/blob/master/README.md",
"fileSize": "15460.515KB",
"keywords": ["earth", "science", "climate", "precipitation", "temperature", "storm", "buoy", "NOAA", "rstats", "erddap", "noaa-data", "api-client", "r", "r-package"],
"copyrightHolder": {},
"funder": {},
},
"SystemRequirements": null
},
"applicationCategory": "Climate",
"isPartOf": "https://ropensci.org",
"relatedLink": "https://docs.ropensci.org/rerddap/"
"keywords": ["earth", "science", "climate", "precipitation", "temperature", "storm", "buoy", "NOAA", "rstats", "erddap", "noaa-data", "api-client", "r", "r-package"],
"fileSize": "3003.818KB",
"releaseNotes": "https://github.com/ropensci/rerddap/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/rerddap/blob/master/README.md",
"contIntegration": ["https://github.com/ropensci/rerddap/actions", "https://codecov.io/github/ropensci/rerddap?branch=master"]
}
4 changes: 1 addition & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ OK from all checks

---

This version fixes a bug dealing with coordinates that
are not lat-lon and are in decreasing order. Adds a new
search function.
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().

Thanks!
Roy Mendelssohn

0 comments on commit c791005

Please sign in to comment.