Package: ipaddress
Title: Tidy IP Addresses
Version: 0.5.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.3.0)
Imports: Rcpp, rlang (>= 0.4.0), vctrs (>= 0.3.0)
Suggests: blob, crayon, dplyr (>= 1.0.0), fuzzyjoin (>= 0.1.6), knitr,
        pillar (>= 1.4.5), rmarkdown, testthat (>= 2.2.0)
LinkingTo: AsioHeaders, BH, Rcpp
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2020-09-12 21:07:54 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-09-12 21:30:03 UTC
