-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 906 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
Package: astools
Type: Package
Title: Tools to Work With Autonomous System ('AS') Network and Organization Data
Version: 0.1.0
Date: 2018-12-06
Authors@R: c(
person("Bob", "Rudis", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <[email protected]>
Description: A collection of utilities for downloading, parsing, reading and
analyzing autonomous system ('AS') network and organization data from various
internet sources including 'CAIDA' (<https://caida.org>) and 'BGP Routing Table
Analysis Reports' <https://bgp.potaroo.net>
URL: https://gitlab.com/hrbrmstr/astools
BugReports: https://gitlab.com/hrbrmstr/astools/issues
Encoding: UTF-8
License: AGPL
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
httr,
stringi,
readr,
iptools,
triebeard,
magrittr
RoxygenNote: 6.1.1