-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 928 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
Package: networksdb
Type: Package
Title: Query Organization, IP, DNS, and Network Info From NetworksDB
Version: 0.1.0
Date: 2020-02-10
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: NetworksDB <https://networksdb.io> contains information about the public IPv4 and
IPv6 addresses, networks and domains owned by companies and organisations across the world
along with city-level IP geolocation data and autonomous system information. Tools are provided
to query the NetworksDB API.
URL: https://gitlab.com/hrbrmstr/networksdb
BugReports: https://gitlab.com/hrbrmstr/networksdb/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
covr, tinytest
Depends:
R (>= 3.2.0)
Imports:
httr,
jsonlite
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2