From 00c039e89fe8c960d6eb6d0ac91ce2fb991298e3 Mon Sep 17 00:00:00 2001 From: Philip Waggoner <31326382+pdwaggoner@users.noreply.github.com> Date: Tue, 7 May 2019 12:18:54 -0400 Subject: [PATCH] Add files via upload --- DESCRIPTION | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 DESCRIPTION diff --git a/DESCRIPTION b/DESCRIPTION new file mode 100644 index 0000000..ede74fe --- /dev/null +++ b/DESCRIPTION @@ -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 = "rkennedy@uh.edu"), + person("Philip", "Waggoner", role = "aut", email = "pdwaggoner@wm.edu"), + person("Scott", "Clifford", role = "ctb")) +Maintainer: Ryan Kennedy +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]