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 937cfd726987a34eb5f8451cb211d75549232202
parent 38422227fff68c69aec0b8c347eb55eec30cf307
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date:   Sat,  8 Aug 2015 15:49:18 -0400

A description.

Diffstat:
MDESCRIPTION | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION @@ -1,8 +1,8 @@ Package: GenderGuesser -Title: What the Package Does (one line, title case) +Title: Guess the gender of a name (one line, title case) Version: 0.0.0.9000 -Authors@R: person("First", "Last", email = "first.last@example.com", role = c("aut", "cre")) -Description: What the package does (one paragraph) +Authors@R: person("Eamon", "Caddigan", email = "eamon.caddigan@gmail.com", role = c("aut", "cre")) +Description: Currently, this package uses the genderize.io API to guess the gender of one or more names. Depends: R (>= 3.2.1) -License: What license is it under? +License: GNU General Public License v2.0 LazyData: true