Skip to content

Commit

Permalink
upate revdep check, news, cran comments, codemeta.json and bump to v0…
Browse files Browse the repository at this point in the history
….7.4
  • Loading branch information
sckott committed Mar 5, 2021
1 parent 3519194 commit 4984db0
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 21 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: General purpose R client for 'ERDDAP' servers. Includes
'datasets', and fetch 'datasets', in either 'csv' or 'netCDF' format.
'ERDDAP' information:
<https://upwell.pfeg.noaa.gov/erddap/information.html>.
Version: 0.7.1.92
Version: 0.7.4
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut","cre"),
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
rerddap 0.7.4
=============

### MINOR IMPROVEMENTS

* fix a broken test

rerddap 0.7.0
=============

Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"codeRepository": "https://github.com/ropensci/rerddap",
"issueTracker": "https://github.com/ropensci/rerddap/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.7.0",
"version": "0.7.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.3 (2020-10-10)",
"runtimePlatform": "R version 4.0.4 Patched (2021-02-17 r80031)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -211,7 +211,7 @@
"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": "15475.704KB",
"fileSize": "15460.515KB",
"keywords": ["earth", "science", "climate", "precipitation", "temperature", "storm", "buoy", "NOAA", "rstats", "erddap", "noaa-data", "api-client", "r", "r-package"],
"copyrightHolder": {},
"funder": {},
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

* local macOS install, R 4.0.3
* ubuntu 16.04 (on travis-ci), R 4.0.3
* local macOS install, R 4.0.4
* ubuntu 16.04 (on github actions), R 4.0.4
* win-builder (devel and release)

## R CMD check results
Expand All @@ -14,7 +14,7 @@

---

This version makes some improvements in error handling.
This version fixes broken tests.

Thanks!
Scott Chamberlain
34 changes: 20 additions & 14 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.0.3 (2020-10-10) |
|os |macOS Catalina 10.15.7 |
|system |x86_64, darwin17.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |US/Pacific |
|date |2020-11-02 |
|field |value |
|:--------|:-------------------------------------------|
|version |R version 4.0.4 Patched (2021-02-17 r80031) |
|os |macOS Big Sur 10.16 |
|system |x86_64, darwin17.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |US/Pacific |
|date |2021-03-05 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|rerddap |0.6.5 |0.7.0 |* |
|package |old |new |Δ |
|:---------|:-----|:--------|:--|
|rerddap |0.7.0 |0.7.1.92 |* |
|cli |NA |2.3.1 |* |
|crul |NA |1.1.0 |* |
|dplyr |NA |1.0.4 |* |
|lifecycle |NA |1.0.0 |* |
|pillar |NA |1.5.1 |* |
|tibble |NA |3.1.0 |* |

# Revdeps

0 comments on commit 4984db0

Please sign in to comment.