Skip to content

Commit

Permalink
ready to cran the zero dot one
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdr committed Nov 29, 2017
1 parent edd8e1e commit 306f1df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Package: whereport
Title: Geolocalization of IATA codes
Version: 0.0.0.9000
Version: 0.1
Authors@R: person("Giulio Valentino", "Dalla Riva", email = "me@gvdallariva.net", role = c("aut", "cre"))
Description: Retrieve geographical information for airports using their IATA or ICAO codes.
Depends: R (>= 3.4.2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
covr
testthat (>= 1.0.2),
covr (>= 3.0.1)
Imports:
dplyr
dplyr (>= 0.7.4)
RoxygenNote: 6.0.1
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# whereport 0.1

* First public version of whereport. Still experimental, but should be robust enough not to break too easily.
* Offer where_iata() that allows geolocalization of airport through their IATA codes.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Travis build status](https://travis-ci.org/gvdr/whereport.svg?branch=master)](https://travis-ci.org/gvdr/whereport)
[![Coverage status](https://codecov.io/gh/gvdr/whereport/branch/master/graph/badge.svg)](https://codecov.io/github/gvdr/whereport?branch=master)
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://img.shields.io/badge/lifecycle-experimental-orange.svg)

# whereport

Expand Down

0 comments on commit 306f1df

Please sign in to comment.