-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added PW ORCID; changed PW email; fixed big reports link
- Loading branch information
1 parent
9daaf2d
commit ad48764
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = "[email protected]"), | ||
person("Philip", "Waggoner", role = "aut", 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") | ||
|
@@ -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 | ||
|