{"id":20388807,"url":"https://github.com/mkearney/name2sex","last_synced_at":"2026-05-05T16:05:57.341Z","repository":{"id":58284482,"uuid":"132796948","full_name":"mkearney/name2sex","owner":"mkearney","description":"⚤ Get sex (female percent) estimates based on first names","archived":false,"fork":false,"pushed_at":"2018-08-04T14:34:36.000Z","size":2153,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-15T09:45:12.167Z","etag":null,"topics":["census-data","first-name","first-names","mkearney-r-package","names","r-package","rstats","sex"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkearney.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-09T18:20:50.000Z","updated_at":"2023-09-08T17:40:18.000Z","dependencies_parsed_at":"2022-09-01T12:50:47.346Z","dependency_job_id":null,"html_url":"https://github.com/mkearney/name2sex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkearney%2Fname2sex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkearney%2Fname2sex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkearney%2Fname2sex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkearney%2Fname2sex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkearney","download_url":"https://codeload.github.com/mkearney/name2sex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241940541,"owners_count":20045878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["census-data","first-name","first-names","mkearney-r-package","names","r-package","rstats","sex"],"created_at":"2024-11-15T03:13:23.674Z","updated_at":"2025-12-02T17:02:03.223Z","avatar_url":"https://github.com/mkearney.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r setup, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n# ⚤ name2sex \u003cimg src=\"man/figures/logo.png\" width=\"160px\" align=\"right\" /\u003e\n\n[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)\n\nThe goal of name2sex is to convert a vector of first names into sex estimates (female percent) based on historical data bases.\n\n## NOTE\n\nIf you're reading this, I'd encourage you to check out https://github.com/ropensci/gender instead. In making this package, we made some decisions that are probably not completely obvious. So it'd be more transparent [and probably all-around better] to use the https://github.com/ropensci/genderdata and https://github.com/ropensci/gender packages directly!\n\n## Installation\n\nYou can install the development version from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"mkearney/name2sex\")\n```\n## Example\n\nThis is a basic example:\n\n```{r example}\n## load package\nlibrary(name2sex)\n\n## vector of first names\nfirst_names \u003c- c(\"casi\", \"mike\", \"tracy\", \"rory\", \"pat\", \"alex\", \"tamar\")\n\n## apply names2sex function to first names\nnames2sex(first_names)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkearney%2Fname2sex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkearney%2Fname2sex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkearney%2Fname2sex/lists"}