-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1015 Bytes
/
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
Package: hilbertv4
Type: Package
Title: Create and Annotate 'Hilbert Curve' 'IPv4' Heatmaps
Version: 0.1.0
Date: 2018-02-05
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Encoding: UTF-8
Maintainer: Bob Rudis <bob@rud.is>
Description: A 12th-order 'Hilbert Curve' can be used to represent the entire 'IPv4'
address space with each pixel being one 'Class C' (256 nodes). Tools are provided
to tranform sets of 'IPv4' addresses into 'Hilbert Curve' position values and,
ultimately, 'ggplot2' objects.
URL: https://github.com/hrbrmstr/hilbertv4
BugReports: https://github.com/hrbrmstr/hilbertv4/issues
License: MIT + file LICENSE
Suggests:
viridis,
testthat,
covr,
knitr,
rmarkdown
Depends:
R (>= 3.2.0)
Imports:
dplyr,
iptools,
ggplot2,
scales,
utils,
Rcpp,
AsioHeaders
RoxygenNote: 6.0.1.9000
LinkingTo: BH, Rcpp, AsioHeaders
VignetteBuilder: knitr