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 = "rkennedy@uh.edu"),
             person("Philip", "Waggoner", role = "aut", email = "philip.waggoner@gmail.com",
               comment = c(ORCID = "0000-0002-7825-7573")),
             person("Scott", "Clifford", role = "ctb"),
             person("Bob", "Rudis", role = "ctb", email = "bob@rud.is",
               comment = c(ORCID = "0000-0001-5670-2640")
             ))
Maintainer: Ryan Kennedy <rkennedy@uh.edu>
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)
Packaged: 2019-05-29 16:21:04 UTC; bpwaggo
Author: Ryan Kennedy [aut, cre],
  Philip Waggoner [aut] (<https://orcid.org/0000-0002-7825-7573>),
  Scott Clifford [ctb],
  Bob Rudis [ctb] (<https://orcid.org/0000-0001-5670-2640>)
Repository: CRAN
Date/Publication: 2019-05-29 17:10:02 UTC
Built: R 4.0.2; ; 2020-07-16 16:57:03 UTC; unix
