-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: rIP
Type: Package
Title: Detects Fraud in Online Surveys by Tracing, Scoring, and Visualizing IP Addresses
Version: 1.1.1
Authors@R: c(person("Ryan", "Kennedy", role = c("aut", "cre"), email = "[email protected]"),
person("Philip", "Waggoner", role = "aut", email = "[email protected]"),
person("Scott", "Clifford", role = "ctb"))
Maintainer: Ryan Kennedy <[email protected]>
Description: Takes an array of IPs and the keys for the services the user wishes to use (IP Hub, IP Intel, and Proxycheck),
and passes these to all respective APIs. Returns a dataframe with the IP addresses (used for merging),
country, ISP, labels for non-US IP Addresses, VPS use, and recommendations for blocking. The function
also provides optional visualization tools for checking the distributions.
Imports: httr, utils, iptools, dplyr, graphics
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2018-12-23
Author: Ryan Kennedy [aut, cre],
Philip Waggoner [aut],
Scott Clifford [ctb]