-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
44 lines (44 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: ipaddress
Title: Data Analysis for IP Addresses and Networks
Version: 1.0.2.9000
Authors@R:
person("David", "Hall", , "david.hall.physics@gmail.com", role = c("aut", "cre"),
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.5)
Imports:
cli (>= 3.4.0),
Rcpp,
rlang (>= 1.0.3),
vctrs
Suggests:
bignum,
blob,
crayon,
dplyr,
fuzzyjoin,
knitr,
pillar,
rmarkdown,
testthat,
tibble,
tidyr
LinkingTo:
AsioHeaders,
Rcpp
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3