Skip to content

Commit

Permalink
update news and cran comments, and codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 15, 2021
1 parent 013f0fc commit 9da6042
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 42 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: 1.3.1.91
Version: 1.3.2
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
rnoaa 1.3.2
===========

### MINOR IMPROVEMENTS

* remove ropenaq from Suggests as its been archived on CRAN (#385)
* test fixes (#382)

rnoaa 1.3
=========

Expand Down
42 changes: 3 additions & 39 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"codeRepository": "https://github.com/ropensci/rnoaa",
"issueTracker": "https://github.com/ropensci/rnoaa/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.3.0",
"version": "1.3.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.3 Patched (2020-12-29 r79725)",
"runtimePlatform": "R version 4.0.4 RC (2021-02-12 r79998)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -109,18 +109,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"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=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "taxize",
Expand Down Expand Up @@ -181,18 +169,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=rgdal"
},
{
"@type": "SoftwareApplication",
"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=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "purrr",
Expand All @@ -217,18 +193,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=ggmap"
},
{
"@type": "SoftwareApplication",
"identifier": "ropenaq",
"name": "ropenaq",
"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=ropenaq"
},
{
"@type": "SoftwareApplication",
"identifier": "vcr",
Expand Down Expand Up @@ -472,7 +436,7 @@
"contIntegration": "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": "18278.866KB",
"fileSize": "18279.046KB",
"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
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Test environments

* local OS X install, R 4.0.3
* local macOS install, R 4.0.3
* ubuntu 16.04 (on GitHub Actions), R 4.0.3
* win-builder (release, devel)

Expand All @@ -15,7 +15,7 @@ Checked on the 2 reverse dependencies - no problems were found

-----

This version makes some minor improvements and fixes a bug.
This version removes ropenaq from Suggests.

Thanks!
Scott Chamberlain

0 comments on commit 9da6042

Please sign in to comment.