-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 795 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 795 Bytes
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: securitytrails
Type: Package
Title: Tools to Query the 'SecurityTrails' 'API'
Version: 0.1.0
Date: 2019-01-07
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: 'SecurityTrails' (<securitytrails.com>) offers an 'API' to query
information about domains, 'IP' addresses, hostnames and more. Methods are
provided to query 'SecurityTrails' 'API' endpoints.
URL: https://gitlab.com/hrbrmstr/securitytrails
BugReports: https://gitlab.com/hrbrmstr/securitytrails/issues
Encoding: UTF-8
License: AGPL
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
httr,
jsonlite
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1