Releases: lmullen/gender
Releases · lmullen/gender
v0.5.2
v0.5.1
v0.5.0
gender 0.5.0
- genderdata package is installed using
install.packages()
from the rOpenSci
package repository instead of usinginstall_github()
. - all functions always return data frames
- general performance improvements
- calls to Genderize.io API no longer fail if the name does not exist
- new function
gender_df()
efficiently appliesgender()
to data frames - add North Atlantic Population Project dataset for six European countries
gender 0.4.2
Minor bugfix release. Permits case insensitivity in gender(method = "kantrowitz")
.
gender 0.4.1
This is the first version of the gender package available on CRAN. It is intended to work with version 0.1 of the genderdata package.
gender 0.4.1
- tests and vignettes run without depending on the genderdata package
- users will be prompted to install the genderdata package from GitHub the
first time that it is necessary - added a demo mode with a minimal dataset
gender 0.4
- data is now external to the gender package and is available in the
genderdata package. - genderdata package can be installed with a new function
v0.2
v0.1.0 alpha
First public release.