Skip to content

Commit

Permalink
updates for version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prcwiek committed Mar 3, 2021
1 parent 5cf0c55 commit 2c21227
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -31,6 +31,7 @@ Depends:
stats
Imports:
dplyr,
httr,
lubridate,
magrittr,
RCurl,
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
===========================

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2c21227

Please sign in to comment.