Skip to content

Commit

Permalink
Information about the version
Browse files Browse the repository at this point in the history
  • Loading branch information
prcwiek committed Oct 31, 2021
1 parent aee93c6 commit 9643544
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
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.9000 (development)
===========================

### BUG FIXES

* Packages which use Internet resources should fail gracefully with an informative message.

pmetar version 0.3.1
===========================

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ CRAN version
install.packages("pmetar")
```

Get the development version 0.3.1 from github:
Get the development version 0.3.1.9000 from github:

```{r eval=FALSE}
# install.packages("devtools")
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ and decode basic parameters.

The main functions scrap data from the below web pages:

1. For current reports, the function *metar\_get*:
1. For current reports, the function *metar_get*:

- Aviation Weather Center <https://www.aviationweather.gov/metar>
</li>
<br>

2. For historical reports, the function *metar\_get\_historical*:
2. For historical reports, the function *metar_get_historical*:

- Iowa Environmental Mesonet web page of Iowa State University
ASOS-AWOS-METAR <http://mesonet.agron.iastate.edu/AWOS/>
Expand Down Expand Up @@ -65,7 +65,7 @@ CRAN version
install.packages("pmetar")
```

Get the development version 0.3.1 from github:
Get the development version 0.3.1.9000 from github:

``` r
# install.packages("devtools")
Expand Down

0 comments on commit 9643544

Please sign in to comment.