From 2c21227243b2b14f136cf39604dbc8c897718aa3 Mon Sep 17 00:00:00 2001 From: Pawel Cwiek Date: Wed, 3 Mar 2021 09:43:44 +0100 Subject: [PATCH] updates for version 0.3.1 --- DESCRIPTION | 3 ++- NEWS.md | 7 +++++++ README.Rmd | 2 +- README.md | 2 +- cran-comments.md | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2af8667..d4df775 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: pmetar Title: Processing METAR Weather Reports -Version: 0.3.0 +Version: 0.3.1 Authors@R: c(person(given = "Pawel", family = "Cwiek", @@ -31,6 +31,7 @@ Depends: stats Imports: dplyr, + httr, lubridate, magrittr, RCurl, diff --git a/NEWS.md b/NEWS.md index 65e0044..c4caa51 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +pmetar version 0.3.1 +=========================== + +### BUG FIXES + +* metar_get() fixed failures with Rcurl, OpenSSL and TLS on Windows + pmetar version 0.3.0 =========================== diff --git a/README.Rmd b/README.Rmd index ae2f014..2246c66 100644 --- a/README.Rmd +++ b/README.Rmd @@ -59,7 +59,7 @@ CRAN version install.packages("pmetar") ``` -Get the development version 0.3.0 from github: +Get the development version 0.3.1 from github: ```{r eval=FALSE} # install.packages("devtools") diff --git a/README.md b/README.md index 563984d..0a4efd2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ CRAN version install.packages("pmetar") ``` -Get the development version 0.3.0 from github: +Get the development version 0.3.1 from github: ``` r # install.packages("devtools") diff --git a/cran-comments.md b/cran-comments.md index 81c41ff..d8314e9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,5 @@ ## Test environments -* local Xubuntu 20.04 LTS, R 4.0.3 +* local Xubuntu 20.04 LTS, R 4.0.4 * win-builder (development and release) * rhub macOS 10.13.6 High Sierra, R-release, brew * rhub Debian Linux, R-release, GCC