Package: ipaddress
Title: Tidy IP Addresses
Version: 0.5.4
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: bignum (>= 0.2.0), blob, crayon, dplyr (>= 1.0.0), fuzzyjoin
        (>= 0.1.6), knitr, pillar (>= 1.4.5), rmarkdown, testthat (>=
        2.2.0)
LinkingTo: AsioHeaders, Rcpp
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2022-01-04 01:23:09 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: 2022-01-11 11:52:42 UTC
Built: R 4.0.5; x86_64-apple-darwin17.0; 2022-01-24 23:47:39 UTC; unix
Archs: ipaddress.so.dSYM
