CRAN

genderBR 1.1.0

Predict Gender from Brazilian First Names

Released Apr 17, 2018 by Fernando Meireles

This package can be loaded by Renjin but all tests failed. An older version of this package is more compatible with Renjin.

Dependencies

jsonlite 1.5 httr 1.3.1 dplyr 0.7.4

A method to predict and report gender from Brazilian first names using the Brazilian Institute of Geography and Statistics' Census data.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>genderBR</artifactId>
    <version>1.1.0-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:genderBR')

Test Results

This package was last tested against Renjin 0.9.2635 on Apr 26, 2018.

Source

R

View GitHub Mirror

Release History