-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1023 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
Package: iptools
Type: Package
Title: Manipulate, Validate and Resolve 'IP' Addresses
Version: 0.7.2
Date: 2021-08-27
Author: Bob Rudis <[email protected]> [aut, cre],
Oliver Keyes <[email protected]> [aut],
Tim Smith [ctb]
Maintainer: Bob Rudis <[email protected]>
Description: A toolkit for manipulating, validating and testing 'IP' addresses and
ranges, along with datasets relating to 'IP' addresses. Tools are also provided
to map 'IPv4' blocks to country codes. While it primarily has support for the 'IPv4'
address space, more extensive 'IPv6' support is intended.
License: MIT + file LICENSE
URL: https://github.com/hrbrmstr/iptools
BugReports: https://github.com/hrbrmstr/iptools/issues
NeedsCompilation: yes
SystemRequirements: C++11
Depends:
R (>= 3.0.0)
Suggests:
testthat,
knitr,
rmarkdown
Imports:
Rcpp (>= 0.11.2),
utils,
stats,
AsioHeaders,
stringi,
triebeard
Encoding: UTF-8
LinkingTo: BH, Rcpp, AsioHeaders
VignetteBuilder: knitr
RoxygenNote: 7.1.1