Skip to content

themains/rdomains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

feba6dc · Apr 18, 2023
Dec 16, 2021
Apr 18, 2023
Jan 15, 2022
Jan 15, 2022
Nov 10, 2017
Jan 14, 2022
Nov 10, 2017
Nov 10, 2017
Aug 4, 2020
Jan 15, 2022
Jan 7, 2016
Apr 18, 2023
Aug 4, 2020
Aug 11, 2020
Nov 4, 2021
Jan 15, 2022
Jan 15, 2022
Nov 10, 2017
Jan 15, 2022
Jan 15, 2022
Apr 11, 2023
Apr 14, 2018
Jun 8, 2016
Jan 15, 2022

Repository files navigation

rdomains: Classify Domains Based on Their Content

CRAN_Status_Badge Build status codecov

The package provides a few ways to classify domains based on their content. You can either get the categorizations from shallalist (which has stopped its service --- the latest you will get is from 1/14/22), trusted (McAfee), DMOZ (the service has ended; available at curlie), Alexa API, which uses the DMOZ Data (now hosted at https://curlie.org), or virustotal API, or use validated machine learning models based off the shallalist data.

Installation

To get the current release version from CRAN:

install.packages("rdomains")

To get the current development version from GitHub:

# install.packages("devtools")
devtools::install_github("themains/rdomains", build_vignettes = TRUE)

Usage

To learn how to use rdomains, launch the vignette within R:

vignette("rdomains", package = "rdomains")

License

Scripts are released under the MIT License.