GenderGuesser

An R package for using the genderize.io API to guess the gender of names.
git clone https://git.eamoncaddigan.net/GenderGuesser.git
Log | Files | Refs | README | LICENSE

commit 28dfad8130d221ca82b40233f16eca929d5976f4
parent 5dfaa6bee6e01de4b281473467e0d052d58883b9
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date:   Tue, 11 Aug 2015 07:45:54 -0400

Small DESCRIPTION fixes and starting to handle codes.

Diffstat:
A.Rbuildignore | 3+++
MDESCRIPTION | 6++++--
Adata-raw/getCountryAndLanguageCodes.R | 2++
3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/.Rbuildignore b/.Rbuildignore @@ -0,0 +1,3 @@ +^.*\.Rproj$ +^\.Rproj\.user$ +^data-raw$ diff --git a/DESCRIPTION b/DESCRIPTION @@ -1,9 +1,11 @@ Package: GenderGuesser -Title: Guess the Gender of a Name +Title: Guess the gender of a name Version: 0.0.0.9000 Authors@R: person("Eamon", "Caddigan", email = "eamon.caddigan@gmail.com", role = c("aut", "cre")) Description: Currently uses the genderize.io API to guess the gender of one or more names. Depends: R (>= 3.2.1) -Imports: jsonlite, httr (>= 1.0.0) +Imports: + httr (>= 1.0.0), + jsonlite License: GPL-3 LazyData: true diff --git a/data-raw/getCountryAndLanguageCodes.R b/data-raw/getCountryAndLanguageCodes.R @@ -0,0 +1,2 @@ +#https://api.genderize.io/languages +#https://api.genderize.io/countries