-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.51 KB
/
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
Package: rIP
Type: Package
Title: Detects Fraud in Online Surveys by Tracing, Scoring, and Visualizing IP Addresses
Version: 1.2.0
Authors@R: c(person("Ryan", "Kennedy", role = c("aut", "cre"), email = "[email protected]"),
person("Philip", "Waggoner", role = "aut", email = "[email protected]",
comment = c(ORCID = "0000-0002-7825-7573")),
person("Scott", "Clifford", role = "ctb"),
person("Bob", "Rudis", role = "ctb", email = "[email protected]",
comment = c(ORCID = "0000-0001-5670-2640")
))
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 package
also provides optional visualization tools for checking the distributions. Additional
functions are provided to call each discrete API endpoint. The package and methods are detailed in the recent paper
Waggoner, Kennedy, and Clifford (2019) <doi:10.21105/joss.01285>.
Imports: httr, utils, iptools, dplyr, graphics, amerika, jsonlite
URL: http://joss.theoj.org/papers/10.21105/joss.01285
BugReports: https://github.com/MAHDLab/rIP/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Suggests:
testthat (>= 2.1.0)