Skip to content

Commit

Permalink
update expression
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Ceccarelli authored and Gregory Ceccarelli committed May 28, 2017
1 parent ca3e557 commit 170ed59
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
Package: ipify
Title: Query the ipify service
Title: Query the Ipify Service
Version: 0.2.0
Authors@R: person("Greg", "Ceccarelli", email = "gregce@gmail.com", role = c("aut", "cre"))
Description: Query the ipify service (https://www.ipify.org) to retrieve this machine's public IP address.
Depends:
R (>= 3.2.4)
R (>= 3.4)
Imports:
methods,
httr,
covr
httr
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat
Suggests:
testthat,
covr

0 comments on commit 170ed59

Please sign in to comment.