-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.05 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
Package: ggip
Title: Data Visualization for IP Addresses and Networks
Version: 0.3.2.9000
Authors@R:
person("David", "Hall", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2193-0480"))
Description: A 'ggplot2' extension that enables visualization of IP
(Internet Protocol) addresses and networks. The address space is
mapped onto the Cartesian coordinate system using a space-filling
curve. Offers full support for both IPv4 and IPv6 (Internet Protocol
versions 4 and 6) address spaces.
License: MIT + file LICENSE
URL: https://davidchall.github.io/ggip/,
https://github.com/davidchall/ggip
BugReports: https://github.com/davidchall/ggip/issues
Depends:
ggplot2 (>= 3.4.0),
ipaddress (>= 1.0.0)
Imports:
cli,
dplyr,
Rcpp,
rlang (>= 1.0.0),
tidyr,
vctrs
Suggests:
knitr,
rmarkdown,
testthat
LinkingTo:
ipaddress,
Rcpp
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3