Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pdwaggoner authored May 7, 2019
1 parent 59dfa94 commit 00c039e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Package: rIP
Type: Package
Title: Detects Fraud in Online Surveys by Tracing, Scoring, and Visualizing IP Addresses
Version: 1.1.2
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 package
also provides optional visualization tools for checking the distributions.
Imports: httr, utils, iptools, dplyr, graphics, amerika
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]

0 comments on commit 00c039e

Please sign in to comment.