-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
49 lines (49 loc) · 1.87 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: gendercoder
Title: Recodes Sex/Gender Descriptions into a Standard Set
Version: 0.1.0
Authors@R: c(
person("Yaoxiang", "Li", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9200-1016")),
person("Jennifer", "Beaudry", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1596-6708")),
person("Emily", "Kothe", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1210-0554")),
person("Felix", "Singleton Thorn", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-0237-6146")),
person("Rhydwyn", "McGuire", role = "aut",
email = "[email protected]"),
person("Nicholas", "Tierney",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1460-8722")),
person("Mathew", "Ling",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-0940-2538")),
person("Julia", "Silge",
role = "rev",
comment = "Julia reviewed the package (v. 0.0.0.9000) for rOpenSci, see <https://github.com/ropensci/software-review/issues/435>"),
person("Elin", "Waring",
role = "rev",
comment = "Elin reviewed the package (v. 0.0.0.9000) for rOpenSci, see <https://github.com/ropensci/software-review/issues/435>")
)
Description: Provides functions and dictionaries for recoding of freetext gender responses into more consistent categories.
Depends: R (>= 3.0.0)
Maintainer: Yaoxiang Li <[email protected]>
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
dplyr,
covr
VignetteBuilder: knitr
URL: https://github.com/ropensci/gendercoder
BugReports: https://github.com/ropensci/gendercoder/issues