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 38422227fff68c69aec0b8c347eb55eec30cf307
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date:   Sat,  8 Aug 2015 13:16:27 -0400

Initializing empty project

Diffstat:
ADESCRIPTION | 8++++++++
AGenderGuesser.Rproj | 21+++++++++++++++++++++
ANAMESPACE | 1+
3 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION @@ -0,0 +1,8 @@ +Package: GenderGuesser +Title: What the Package Does (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) +Depends: R (>= 3.2.1) +License: What license is it under? +LazyData: true diff --git a/GenderGuesser.Rproj b/GenderGuesser.Rproj @@ -0,0 +1,21 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX + +AutoAppendNewline: Yes +StripTrailingWhitespace: Yes + +BuildType: Package +PackageUseDevtools: Yes +PackageInstallArgs: --no-multiarch --with-keep.source +PackageRoxygenize: rd,collate,namespace diff --git a/NAMESPACE b/NAMESPACE @@ -0,0 +1 @@ +exportPattern("^[^\\.]")