Package: IPtoCountry
Title: Convert IP Addresses to Country Names or Full Location with
        Geoplotting
Version: 0.0.1
Date: 2016-07-21
Authors@R: c(
    person(c("Ronald", "E."), "Robertson", email = "robertson.ron@husky.neu.edu", role = c("cre", "aut")),
    person(c("Felix", "W."), "Tran", email = "felix.2930@gmail.com", role = "aut"),
    person("Jonathan", "Mejia", email = "mejiajon@yahoo.com", role = "aut"),
    person("Christine", "Mourani", email = "cmourani12@yahoo.com", role = "aut")
    )
Description: Tools for identifying the origins of IP addresses. Includes functions for converting IP addresses
  to country names, location details (region, city, zip, latitude, longitude), IP codes, binary values, as well
  as a function for plotting IP locations on a world map. This product includes IP2Location LITE data available
  from <http://www.ip2location.com> and is is available by Creative Commons Attribution-ShareAlike 4.0 Interational
  license (CC-BY-SA 4.0).
Depends: R (>= 3.2.3)
Imports: data.table, ggplot2, dtables, maps, scales, devtools,
        install.load
License: GPL-3
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-07-21 22:58:57 UTC; rer
Author: Ronald E. Robertson [cre, aut],
  Felix W. Tran [aut],
  Jonathan Mejia [aut],
  Christine Mourani [aut]
Maintainer: Ronald E. Robertson <robertson.ron@husky.neu.edu>
Repository: CRAN
Date/Publication: 2016-07-22 01:31:05
