-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
30 lines (30 loc) · 962 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
Package: urlscan
Type: Package
Title: Analyze Websites and Resources They Request
Version: 0.2.0
Date: 2019-02-03
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: The <urlscan.io> service provides an 'API' enabling analysis of
websites and the resources they request. Much like the 'Inspector' of your
browser, <urlscan.io> will let you take a look at the individual resources
that are requested when a site is loaded. Tools are provided to search
public <urlscans.io> scan submissions/results and submit URLs for scanning.
URL: https://gitlab.com/hrbrmstr/urlscan
BugReports: https://gitlab.com/hrbrmstr/urlscan/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
testthat,
covr,
pingr
Depends:
R (>= 3.2.0)
Imports:
httr,
jsonlite,
magick
RoxygenNote: 6.1.1