Skip to content

Commit

Permalink
fix references to DOIs (see #71)
Browse files Browse the repository at this point in the history
  • Loading branch information
andybega committed Aug 12, 2021
1 parent 34630ef commit fbebc13
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 18 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Maintainer: Andreas Beger <adbeger@gmail.com>
Description: Download the Integrated Crisis Early Warning System (ICEWS) event
data from Dataverse and keep it synced with the latest updates. Store the
local data using either the raw tab-separated files, in a SQLite database,
or both. The ICEWS dataverse repos are <https://doi.org/10.7910/DVN/28075>
and <https://doi.org/10.7910/DVN/QI2T9A>
or both. The ICEWS dataverse repos are <doi:10.7910/DVN/28075> and
<doi:10.7910/DVN/QI2T9A>.
License: MIT + file LICENSE
URL: https://www.andybeger.com/icews/,
https://github.com/andybega/icews
Expand Down
10 changes: 5 additions & 5 deletions R/data-docs.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ get_doi <- function() {
#' }
#'
#' @source
#' <http://eventdata.parusanalytics.com/data.dir/cameo.html>
#' \url{http://eventdata.parusanalytics.com/data.dir/cameo.html}
#'
#' <https://doi.org/10.7910/DVN/28075>
#' \doi{10.7910/DVN/28075}
#'
"cameo_codes"

Expand All @@ -47,9 +47,9 @@ get_doi <- function() {
#' List mapping CAMEO codes to Goldstein scores
#'
#' @source
#' <http://eventdata.parusanalytics.com/data.dir/cameo.html>
#' \url{http://eventdata.parusanalytics.com/data.dir/cameo.html}
#'
#' <https://doi.org/10.7910/DVN/28075>
#' \doi{10.7910/DVN/28075}
#'
#' @examples
#' data(goldstein_mappings)
Expand All @@ -62,7 +62,7 @@ get_doi <- function() {
#' 3 June 2018.
#'
#' @source
#' <https://doi.org/10.7910/DVN/28075>
#' \doi{10.7910/DVN/28075}
#'
#' @examples
#' data("icews_sample")
Expand Down
6 changes: 2 additions & 4 deletions R/icews-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@
#' @references
#' Boschee, Elizabeth; Lautenschlager, Jennifer; O'Brien, Sean;
#' Shellman, Steve; Starz, James; Ward, Michael, 2015, ``ICEWS Coded
#' Event Data'', [https://doi.org/10.7910/DVN/28075](https://doi.org/10.7910/DVN/28075),
#' Harvard Dataverse.
#' Event Data'', \doi{10.7910/DVN/28075}, Harvard Dataverse.
#'
#' Boschee, Elizabeth; Lautenschlager, Jennifer; O'Brien, Sean; Shellman,
#' Steve; Starz, James, 2018, ``ICEWS Weekly Event Data'',
#' [https://doi.org/10.7910/DVN/QI2T9A](https://doi.org/10.7910/DVN/QI2T9A),
#' Harvard Dataverse.
#' \doi{10.7910/DVN/QI2T9A}, Harvard Dataverse.
#'
#'
#' @name icews
Expand Down
2 changes: 1 addition & 1 deletion man/cameo_codes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/goldstein_mappings.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions man/icews.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/icews_sample.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbebc13

Please sign in to comment.