-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
36 lines (36 loc) · 1014 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
36
Package: rdomains
Title: Get the Category of Content Hosted by a Domain
Version: 0.2.1
Authors@R: person("Gaurav", "Sood", email = "[email protected]", role = c("aut", "cre"))
Description: Get the category of content hosted by a domain. Use Shallalist <http://shalla.de/>,
Virustotal (which provides access to lots of services) <https://www.virustotal.com/>,
Alexa <https://aws.amazon.com/awis/>, DMOZ <https://curlie.org/>, University Domain list
<https://github.com/Hipo/university-domains-list> or validated machine learning
classifiers based on Shallalist data to learn about the kind of content hosted by a domain.
Depends:
R (>= 4.0.0)
Imports:
Matrix,
urltools,
glmnet,
stats,
methods,
XML,
httr,
xml2,
curl,
virustotal,
aws.alexa,
jsonlite,
devtools,
R.utils
Suggests:
testthat,
rmarkdown,
knitr (>= 1.11),
lintr
VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2