diff --git a/ChangeLog b/ChangeLog index 5b74598..ae9f1e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,3 +11,5 @@ Date Version Comment 2019-02-12 0.1-8 Updated to be compatible with U.S. Census API updates 2019-02-20 0.1-9 Fixed census_helper.R so that state field can be lower case in user data 2020-10-08 0.1-10 Fixed minor warning message +2020-04-22 0.1-11 Minor fix requested by CRAN +2020-05-17 0.1-12 Some Census API improvements (thanks to Silvia Kim) diff --git a/DESCRIPTION b/DESCRIPTION index 7691199..61eff12 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,18 +1,19 @@ Package: wru -Version: 0.1-10 -Date: 2020-10-08 +Version: 0.1-12 +Date: 2021-05-17 Title: Who are You? Bayesian Prediction of Racial Category Using Surname and Geolocation Authors@R: c( person("Kabir", "Khanna", email = "kabirkhanna@gmail.com", role = c("aut", "cre")), person("Kosuke", "Imai", email = "imai@harvard.edu", role = c("aut")) ) +Maintainer: Kabir Khanna Description: Predicts individual race/ethnicity using surname, geolocation, and other attributes, such as gender and age. The method utilizes the Bayes' Rule to compute the posterior probability of each racial category for any given - individual. The package implements methods described in Imai and Khanna (2015) + individual. The package implements methods described in Imai and Khanna (2016) "Improving Ecological Inference by Predicting Individual Ethnicity from Voter - Registration Records" . + Registration Records" Political Analsyis . URL: https://github.com/kosukeimai/wru BugReports: https://github.com/kosukeimai/wru/issues Depends: @@ -24,5 +25,6 @@ Suggests: testthat LazyLoad: yes LazyData: yes +LazyDataCompression: xz License: GPL (>= 3) RoxygenNote: 7.1.1