Skip to content

Commit 3080994

Browse files
committed
to version 0.7.0
1 parent 7d3130f commit 3080994

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: pmetar
33
Title: Processing METAR Weather Reports
4-
Version: 0.6.0.50
4+
Version: 0.7.0
55
Authors@R: c(
66
person("Pawel", "Cwiek", , "prc.altodato@gmail.com", role = c("aut", "cre")),
77
person("David", "Megginson", role = "ctb",
@@ -41,4 +41,4 @@ VignetteBuilder: knitr
4141
LazyData: true
4242
Encoding: UTF-8
4343
Roxygen: list(markdown = TRUE)
44-
RoxygenNote: 7.3.2
44+
RoxygenNote: 7.3.3

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
pmetar version 0.7.0
2+
================================
3+
4+
### BUG FIXES
5+
6+
* Update of *metar_get_historical* to the new API of OGIMET
7+
8+
### NEW FEATURES AND CHANGES
9+
10+
* New option hours in *metar_get* allows to download recent METAR reports
11+
* Extended the requested period to 365 days for historical reports from OGIMET
12+
13+
### UPDATES
14+
15+
* Updated the list of airports
16+
17+
118
pmetar version 0.6.0
219
================================
320

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ climatology), a mesonet, portmanteau of mesoscale network, is a network
2323
of (typically) automated weather and environmental monitoring stations
2424
designed to observe mesoscale meteorological phenomena."
2525

26-
This is a new version 0.5.1 release.
26+
This is a new version 0.7.0 release.
2727

2828

0 commit comments

Comments
 (0)