Skip to content

Commit 93e0d75

Browse files
committed
update news and cran comments, bump pkg version, update codmeta.json
1 parent bbb3f1f commit 93e0d75

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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: 0.9.4.9510
10+
Version: 0.9.5
1111
License: MIT + file LICENSE
1212
Encoding: UTF-8
1313
Language: en-US

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
rnoaa 0.9.5
2+
===========
3+
4+
### BUG FIXES
5+
6+
* `lcd()` function was unfortunately pulling data from `https://www.ncei.noaa.gov/data/global-hourly/access` - whereas it should have been pulling data from `https://www.ncei.noaa.gov/data/local-climatological-data/access` - fixed now; additionaly, `lcd_cleanup` is defunct because lcd data coming from the appropriate link has all variable names spelled out and data split up (#334) thanks @sayon000 !
7+
* all `gefs*` functions are now defunct - they are being taken out for now until fixed - see the issues for the details (#335) (#336)
8+
9+
110
rnoaa 0.9.4
211
===========
312

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"codeRepository": "https://github.com/ropensci/rnoaa",
1111
"issueTracker": "https://github.com/ropensci/rnoaa/issues",
1212
"license": "https://spdx.org/licenses/MIT",
13-
"version": "0.9.4",
13+
"version": "0.9.5",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
@@ -87,7 +87,7 @@
8787
"@type": "SoftwareApplication",
8888
"identifier": "roxygen2",
8989
"name": "roxygen2",
90-
"version": ">= 6.1.1",
90+
"version": ">= 7.0.0",
9191
"provider": {
9292
"@id": "https://cran.r-project.org",
9393
"@type": "Organization",

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Checked on the 2 reverse dependencies - no problems were found
1515

1616
-----
1717

18-
This version fixes problems with the gefs functions that arose from CRAN check failures and files left on disk as reported by CRAN maintainers.
18+
This version fixes problems with the gefs functions that arose from CRAN check failures: gefs functions have been removed for now while they are overhauled.
1919

2020
Thanks!
2121
Scott Chamberlain

0 commit comments

Comments
 (0)