Skip to content

Commit

Permalink
Revert codebase to CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
solivella committed Jun 8, 2022
1 parent 5153437 commit 3f1d5cf
Show file tree
Hide file tree
Showing 49 changed files with 127 additions and 2,380 deletions.
15 changes: 0 additions & 15 deletions ChangeLog

This file was deleted.

29 changes: 8 additions & 21 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
Package: wru
Version: 0.1-12
Date: 2021-05-17
Title: Who are You? Bayesian Prediction of Racial Category Using Surname and
Geolocation
Title: Who are You? Bayesian Prediction of Racial Category Using
Surname and Geolocation
Authors@R: c(
person("Kabir", "Khanna", email = "[email protected]", role = c("aut", "cre")),
person("Kosuke", "Imai", email = "[email protected]", role = c("aut")),
person("Evan", "Rosenman", email = "[email protected]", role = c("aut")),
person("Santiago", "Olivella", email = "[email protected]", role = c("aut"))
person("Kosuke", "Imai", email = "[email protected]", role = c("aut"))
)
Description: Predicts individual race/ethnicity using surname, geolocation,
and other attributes, such as gender and age. The method utilizes the Bayes'
Expand All @@ -17,24 +15,13 @@ Description: Predicts individual race/ethnicity using surname, geolocation,
Registration Records" Political Analysis <DOI:10.1093/pan/mpw001>.
URL: https://github.com/kosukeimai/wru
BugReports: https://github.com/kosukeimai/wru/issues
Depends:
R (>= 3.5.0),
utils
Imports:
devtools (>= 1.10.0),
PL94171,
stringr,
Rcpp,
dplyr (>= 1.0.0)
LinkingTo:
Rcpp,
RcppEigen,
RcppProgress
Suggests:
testthat
Depends: R (>= 3.5.0), utils
Imports: devtools (>= 1.10.0)
Suggests: testthat
LazyLoad: yes
LazyData: yes
LazyDataCompression: xz
License: GPL (>= 3)
RoxygenNote: 7.1.2
RoxygenNote: 7.2.0
Encoding: UTF-8
NeedsCompilation: no
11 changes: 0 additions & 11 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,10 @@

export(census_geo_api)
export(census_helper)
export(census_helper_new)
export(co_cluster)
export(format_legacy_data)
export(get_census_api)
export(get_census_api_2)
export(get_census_data)
export(merge_names)
export(merge_surnames)
export(predict_race)
export(predict_race_new)
export(vec_to_chunk)
import(PL94171)
import(devtools)
import(stringr)
importFrom(Rcpp,evalCpp)
importFrom(dplyr,.data)
importFrom(dplyr,`%>%`)
useDynLib(wru, .registration=TRUE)
31 changes: 0 additions & 31 deletions R/RcppExports.R

This file was deleted.

137 changes: 0 additions & 137 deletions R/census_helper_v2.R

This file was deleted.

Loading

0 comments on commit 3f1d5cf

Please sign in to comment.