Skip to content

Commit 4884461

Browse files
committed
update description, news, cran comments, codemeta.json
1 parent b2e68aa commit 4884461

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description: Client for many 'NOAA' data sources including the 'NCDC' climate
77
for 'NOAA' sea ice data, the 'NOAA' severe weather inventory, 'NOAA' Historical
88
Observing 'Metadata' Repository ('HOMR') data, 'NOAA' storm data via 'IBTrACS',
99
tornado data via the 'NOAA' storm prediction center, and more.
10-
Version: 1.2.3.91
10+
Version: 1.3.0
1111
License: MIT + file LICENSE
1212
Encoding: UTF-8
1313
Language: en-US

NEWS.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
rnoaa 1.3
2+
=========
3+
4+
### NEW FEATURES
5+
6+
* `ghcnd()` now accepts more than 1 station identifier (#373) PR from @eliocamp
7+
* `ersst()`: use new v5 version of their service - see `?ersst` docs for details (#381) thanks @vonStadarhraun for the tip
8+
9+
### MINOR IMPROVEMENTS
10+
11+
* update `buoy()` docs to state that a special value of `9999` passsed to the `year` parameter will give the most up to date data (aka current data) - and an example added using it (#377)
12+
* update to current dplyr functions from deprecated ones (#375)
13+
* update description of units TMAX and TMIN for dataset GHCND when using function `ncdc()` with `add_units = TRUE` (#378) (#379) PR from @amcdavid
14+
15+
### BUG FIXES
16+
17+
* changed `ghcnd()` handling of unknown/bad/invalid station identifiers: now returns an empty data.frame and gives back empty strings for the two attributes `source` and `file_modified` (#374)
18+
119
rnoaa 1.2.0
220
===========
321

codemeta.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
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.2.0",
13+
"version": "1.3.0",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
1717
"url": "https://r-project.org"
1818
},
19-
"runtimePlatform": "R version 4.0.2 Patched (2020-09-01 r79114)",
19+
"runtimePlatform": "R version 4.0.3 Patched (2020-12-29 r79725)",
2020
"provider": {
2121
"@id": "https://cran.r-project.org",
2222
"@type": "Organization",
@@ -472,7 +472,7 @@
472472
"contIntegration": "https://codecov.io/github/ropensci/rnoaa?branch=master",
473473
"releaseNotes": "https://github.com/ropensci/rnoaa/blob/master/NEWS.md",
474474
"readme": "https://github.com/ropensci/rnoaa/blob/master/README.md",
475-
"fileSize": "0KB",
475+
"fileSize": "18278.866KB",
476476
"applicationCategory": "Climate",
477477
"isPartOf": "https://ropensci.org",
478478
"keywords": ["earth", "science", "climate", "precipitation", "temperature", "storm", "buoy", "NCDC", "NOAA", "tornadoe", "seaice", "ISD", "noaa", "rstats", "noaa-data", "r", "r-package"],

cran-comments.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Test environments
22

3-
* local OS X install, R 4.0.2
4-
* ubuntu 16.04 (on travis-ci), R 4.0.2
3+
* local OS X install, R 4.0.3
4+
* ubuntu 16.04 (on GitHub Actions), R 4.0.3
55
* win-builder (release, devel)
66

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

1616
-----
1717

18-
This version makes four functions defunct and makes some minor improvements.
18+
This version makes some minor improvements and fixes a bug.
1919

2020
Thanks!
2121
Scott Chamberlain

0 commit comments

Comments
 (0)