-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 828 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 828 Bytes
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
Package: namedata
Maintainer: Adam Hyland <achyland@bocoup.com>
Authors@R: c(
person("Adam", "Hyland",
email = "achyland@bocoup.com", role = c("aut", "cre")),
person("Irene", "Ros", role = "ctb"))
Author: Adam Hyland with contributions from I. Ros
Version: 0.3
License: MIT
Title: Tools for processing name/gender data
Description: namedata provides a set of tools for gathering name/gender
mappings from publicly available data. Functions to process and classify
gender by incidence are provided as are open datasets from the United
States and the United Kingdom.
Depends:
R (>= 2.14)
Imports:
plyr,
XML,
gdata,
RCurl,
binom,
reshape2
Collate:
'NISRA.R'
'ONS.R'
'GRO.R'
'SSA.R'
'datasets.R'
'namedata.r'
'intern.R'
'util.R'
'classifier.R'