Skip to content

Commit

Permalink
update to version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prcwiek committed Mar 7, 2022
1 parent 1809c1b commit 95608c1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 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.2.01
Version: 0.3.3
Authors@R:
c(person(given = "Pawel",
family = "Cwiek",
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pmetar development version 0.3.2.01
===================================
pmetar version 0.3.3
===========================

### BUG FIXES

* fixed metar_decode fails with METAR COR
* metar_decode() fixed fails with METAR COR

pmetar version 0.3.2
===========================
Expand Down
1 change: 1 addition & 0 deletions R/metar_airport.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#' metar_airport("EPWA 281830Z 18009KT 140V200 9999 SCT037 03/M01 Q1008 NOSIG")
#' metar_airport("CYUL 281800Z 13008KT 30SM BKN240 01/M06 A3005 RMK CI5 SLP180")
#' metar_airport("201711271930 METAR LEMD 271930Z 02002KT CAVOK 04/M03 Q1025")
#' metar_airport("202103251800 METAR COR NFTL 251800Z 00000KT SCT017TCU BKN290 25/25 Q1014")
#'
metar_airport <- function(x) {
# check if x is a data frame
Expand Down
1 change: 1 addition & 0 deletions R/metar_decode.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
#' metar_decode("201711271930 METAR LEMD 271930Z 02002KT CAVOK 04/M03 Q1025")
#' metar_decode("CYUL 281800Z 13008KT 30SM BKN240 01/M06 A3005", altimeter = TRUE)
#' metar_decode("CYWG 172000Z 30015G25KT 3/4SM R36/4000FT/D -SN M05/M08 A2992")
#' metar_decode("202103251800 METAR COR NFTL 251800Z 00000KT SCT017TCU BKN290 25/25 Q1014")
#'
metar_decode <- function(x, metric = TRUE, altimeter = FALSE){
tryCatch(
Expand Down
8 changes: 3 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
## Test environments
## Test environments, status OK for:
* local Xubuntu 20.04 LTS, R 4.1.2
* win-builder (development and release)
* rhub macOS 10.13.6 High Sierra, R-release, brew
* rhub Apple Silicon (M1), macOS 11.6 Big Sur, R-release
* rhub Debian Linux, R-release, GCC
* rhub Fedora Linux, R-devel, GCC
* rhub Oracle Solaris 10, x86, 32 bit, R-release
* rhub Ubuntu Linux 16.04 LTS, R-release, GCC

## R CMD check results
1 NOTE for the win-builder: Found the following (possibly) invalid URLs https://ourairports.com However the web page is online.
Status OK for the rest.
* 1 NOTE for the win-builder: Found the following (possibly) invalid URLs https://ourairports.com However the web page is online.
* Vignette re-building failed on rhub Apple Silicon (M1), macOS 11.6 Big Sur, R-release

## Others

Expand Down
1 change: 1 addition & 0 deletions man/metar_airport.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/metar_decode.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 95608c1

Please sign in to comment.