From ad48764fb6fbca1942e88b86b74f3c069da9d886 Mon Sep 17 00:00:00 2001 From: Philip Waggoner <31326382+pdwaggoner@users.noreply.github.com> Date: Mon, 27 May 2019 12:56:06 -0400 Subject: [PATCH] small corrections/updates added PW ORCID; changed PW email; fixed big reports link --- DESCRIPTION | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d2766ec..b07132b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,8 @@ 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 = "pdwaggoner@wm.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") @@ -16,7 +17,7 @@ Description: Takes an array of IPs and the keys for the services the user wishes functions are provided to call each discrete API endpoint. Imports: httr, utils, iptools, dplyr, graphics, amerika, jsonlite URL: http://joss.theoj.org/papers/10.21105/joss.01285 -BugReports: https://github.com/MAHDLab/rIP +BugReports: https://github.com/MAHDLab/rIP/issues License: MIT + file LICENSE Encoding: UTF-8 LazyData: true