Skip to content

Commit

Permalink
update revdep checks; update news and cran comments, bump to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jun 12, 2020
1 parent 42949b5 commit 1a479ae
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 20 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Client for many 'NOAA' data sources including the 'NCDC' climate
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.
Version: 0.9.9.91
Version: 1.0.0
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Expand Down
27 changes: 27 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
rnoaa 1.0.0
===========

### NEW FEATURES

* the `argo` functions that were not working because of a down API are working again, see `?argo` (#358)
* most of the defunct functions have been removed from the package, but are still referenced in the `?rnoaa-defunct` manual file. `gefs` functions are still in the package as those functions may come back at some point. (#359)
* two things for `arc2()`: 1) now accepts more than 1 date; 2) gains new parameter `box` to accept a bounding box to spatially filter results (uses `dplyr::filter` on the data.frame of spatial data) (#351)

### Documentation

Regarding the documentation site at https://docs.ropensci.org/rnoaa

* the function reference page https://docs.ropensci.org/rnoaa/reference/index.html has been improved; grouping functions by topic area and data source - for easier browsing (#360)
* a getting started vignette has been added, see the "Get Started" tab (#357)

### MINOR IMPROVEMENTS

* `ghncd()` (and all functions that build on `ghcnd()`) can now be altered to use a specific base URL for requests. See the "Base URL" section of the `?ghcnd` docs (#353)
* `ghcnd_splitvars()` speedup, using `data.table` instead of dplyr for manipulation (#352) (#355)
* use `tibble::as_tibble` throughout package instead of `dplyr::tbl_df` (#354)

### BUG FIXES

* fix for `ghcnd_stations()`: internal method `get_inventory()` was not creating a directory first before trying to download a file into that directory (#349) (#350)


rnoaa 0.9.6
===========

Expand Down
25 changes: 21 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
"codeRepository": "https://github.com/ropensci/rnoaa",
"issueTracker": "https://github.com/ropensci/rnoaa/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.9.6",
"version": "1.0.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "4.0.1",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.6.3 Patched (2020-03-11 r78147)",
"runtimePlatform": "R version 4.0.1 (2020-06-06)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -467,12 +468,28 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=hoardr"
},
{
"@type": "SoftwareApplication",
"identifier": "data.table",
"name": "data.table",
"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=data.table"
}
],
"contIntegration": ["https://travis-ci.org/ropensci/rnoaa", "https://ci.appveyor.com/project/sckott/rnoaa/branch/master", "https://codecov.io/github/ropensci/rnoaa?branch=master"],
"contIntegration": [
"https://travis-ci.org/ropensci/rnoaa",
"https://ci.appveyor.com/project/sckott/rnoaa/branch/master",
"https://codecov.io/github/ropensci/rnoaa?branch=master"
],
"releaseNotes": "https://github.com/ropensci/rnoaa/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/rnoaa/blob/master/README.md",
"fileSize": "0KB",
"fileSize": "4966.122KB",
"applicationCategory": "Climate",
"isPartOf": "https://ropensci.org",
"keywords": ["earth", "science", "climate", "precipitation", "temperature", "storm", "buoy", "NCDC", "NOAA", "tornadoe", "seaice", "ISD", "noaa", "rstats", "noaa-data", "r", "r-package"],
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 OS X install, R 3.6.3 Patched
* ubuntu 16.04 (on travis-ci), R 3.6.3
* local OS X install, R 4.0.1 Patched
* ubuntu 16.04 (on travis-ci), R 4.0.1
* win-builder (release, devel)

## R CMD check results
Expand All @@ -15,7 +15,7 @@ Checked on the 2 reverse dependencies - no problems were found

-----

This version fixes a number of bugs and improves file caching.
This version fixes a bug, improves documentation, and speeds up a function.

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

|field |value |
|:--------|:-------------------------------------------|
|version |R version 3.6.3 Patched (2020-03-11 r78147) |
|os |macOS Catalina 10.15.4 |
|system |x86_64, darwin15.6.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |US/Pacific |
|date |2020-04-06 |
|field |value |
|:--------|:----------------------------|
|version |R version 4.0.1 (2020-06-06) |
|os |macOS Catalina 10.15.5 |
|system |x86_64, darwin17.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |US/Pacific |
|date |2020-06-12 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|rnoaa |0.9.5 |0.9.6 |* |
|rnoaa |0.9.6 |1.0.0 |* |

# Revdeps

0 comments on commit 1a479ae

Please sign in to comment.