Package: ipaddress
Title: Tidy IP Addresses
Version: 0.1.1
Authors@R: 
    person(given = "David",
           family = "Hall",
           role = c("aut", "cre"),
           email = "david.hall.physics@gmail.com",
           comment = c(ORCID = "0000-0002-2193-0480"))
Description: Classes and functions for working with IP (Internet
    Protocol) addresses and networks, inspired by the Python 'ipaddress'
    module.  Offers full support for both IPv4 and IPv6 (Internet Protocol
    versions 4 and 6) address spaces. It is specifically designed to work
    well with the 'tidyverse'.
License: MIT + file LICENSE
URL: https://davidchall.github.io/ipaddress,
        https://github.com/davidchall/ipaddress
BugReports: https://github.com/davidchall/ipaddress/issues
Depends: R (>= 3.2.0)
Imports: assertthat, methods, Rcpp, vctrs (>= 0.2.2)
Suggests: testthat (>= 2.1.0)
LinkingTo: AsioHeaders, Rcpp
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2020-03-06 06:55:22 UTC; david
Author: David Hall [aut, cre] (<https://orcid.org/0000-0002-2193-0480>)
Maintainer: David Hall <david.hall.physics@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-06 09:20:13 UTC
