R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("If you use data from the unvotes package, ",
                        "please cite the following:\n\n",
                        'Erik Voeten "Data and Analyses of Voting in the UN General Assembly" ',
                        "Routledge Handbook of International Organization, ",
                        "edited by Bob Reinalda (published May 27, 2013)")
}
dgrtwo/unvotes documentation built on March 15, 2021, 9:07 p.m.