{
  "_id": "6a2009b6b401979e73447163",
  "Package": "gender",
  "Type": "Package",
  "Title": "Predict Gender from Names Using Historical Data",
  "Version": "0.6.0",
  "Date": "2021-10-08",
  "Authors@R": "c(person(\"Lincoln\", \"Mullen\", role = c(\"aut\", \"cre\"),\nemail = \"lincoln@lincolnmullen.com\",\ncomment = c(ORCID = \"0000-0001-5103-6917\")),\nperson(\"Cameron\", \"Blevins\", role = \"ctb\"),\nperson(\"Ben\", \"Schmidt\", role = \"ctb\"))",
  "Description": "Infers state-recorded gender categories from first names\nand dates of birth using historical datasets. By using these\ndatasets instead of lists of male and female names, this\npackage is able to more accurately infer the gender of a name,\nand it is able to report the probability that a name was male\nor female. GUIDELINES: This method must be used cautiously and\nresponsibly. Please be sure to see the guidelines and warnings\nabout usage in the 'README' or the package documentation. See\nBlevins and Mullen (2015)\n<http://www.digitalhumanities.org/dhq/vol/9/3/000223/000223.html>.",
  "URL": "https://github.com/lmullen/gender",
  "License": "MIT + file LICENSE",
  "VignetteBuilder": "knitr",
  "BugReports": "https://github.com/lmullen/gender/issues",
  "RoxygenNote": "7.1.2",
  "Encoding": "UTF-8",
  "Config/pak/sysreqs": "git libssl-dev",
  "Repository": "https://lmullen.r-universe.dev",
  "Date/Publication": "2021-10-08 20:07:33 UTC",
  "RemoteUrl": "https://github.com/lmullen/gender",
  "RemoteRef": "HEAD",
  "RemoteSha": "38a27932919a6bd7d3e3bfb215724a5b6ddc1938",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 10:57:27 UTC",
    "User": "root"
  },
  "Author": "Lincoln Mullen [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-5103-6917>),\nCameron Blevins [ctb],\nBen Schmidt [ctb]",
  "Maintainer": "Lincoln Mullen <lincoln@lincolnmullen.com>",
  "MD5sum": "815bc71731a000d59c20fe4ed926cdb1",
  "_user": "lmullen",
  "_type": "src",
  "_file": "gender_0.6.0.tar.gz",
  "_fileid": "acb924110eedde69b3bfb3827d488c5db7e0689a4e08820f152ec107c67c080d",
  "_filesize": 267461,
  "_sha256": "acb924110eedde69b3bfb3827d488c5db7e0689a4e08820f152ec107c67c080d",
  "_created": "2026-06-03T10:57:27.000Z",
  "_published": "2026-06-03T11:02:14.227Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79278380662,
      "time": 134,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7382705552"
    },
    {
      "job": 79278380751,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382702458"
    },
    {
      "job": 79278380649,
      "time": 203,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7382714059"
    },
    {
      "job": 79278380744,
      "time": 142,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382698692"
    },
    {
      "job": 79277885288,
      "time": 182,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382658748"
    },
    {
      "job": 79278380731,
      "time": 110,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382696872"
    },
    {
      "job": 79278380692,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7382688685"
    },
    {
      "job": 79278380704,
      "time": 103,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7382694805"
    },
    {
      "job": 79278380690,
      "time": 93,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382692601"
    }
  ],
  "_buildurl": "https://github.com/r-universe/lmullen/actions/runs/26880156283",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/lmullen/gender",
  "_commit": {
    "id": "38a27932919a6bd7d3e3bfb215724a5b6ddc1938",
    "author": "Lincoln Mullen <lincoln@lincolnmullen.com>",
    "committer": "Lincoln Mullen <lincoln@lincolnmullen.com>",
    "message": "Remove Lazy Data\n",
    "time": 1633723653
  },
  "_maintainer": {
    "name": "Lincoln Mullen",
    "email": "lincoln@lincolnmullen.com",
    "login": "lmullen",
    "linkedin": "in/lincolnmullen",
    "orcid": "0000-0001-5103-6917",
    "description": "Religious history, digital history, and nineteenth-century US history. History faculty at @chnm and George Mason University.",
    "uuid": 183672
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 0.8.5",
      "role": "Imports"
    },
    {
      "package": "httr",
      "version": ">= 1.4.1",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.6.1",
      "role": "Imports"
    },
    {
      "package": "remotes",
      "version": ">= 2.2.0",
      "role": "Imports"
    },
    {
      "package": "genderdata",
      "version": ">= 0.6.0",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.3.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "version": ">= 1.28",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.3.2",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "version": ">= 2.1",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "lmullen",
  "_selfowned": true,
  "_usedby": 8,
  "_updates": [],
  "_tags": [],
  "_stars": 191,
  "_contributors": [
    {
      "user": "lmullen",
      "count": 328,
      "uuid": 183672
    },
    {
      "user": "bmschmidt",
      "count": 5,
      "uuid": 1110758
    },
    {
      "user": "hadley",
      "count": 4,
      "uuid": 4196
    },
    {
      "user": "karthik",
      "count": 2,
      "uuid": 138494
    },
    {
      "user": "fangzhou-xie",
      "count": 1,
      "uuid": 45321577
    },
    {
      "user": "ironholds",
      "count": 1,
      "uuid": 2487262
    },
    {
      "user": "sckott",
      "count": 1,
      "uuid": 577668
    }
  ],
  "_userbio": {
    "uuid": 183672,
    "type": "user",
    "name": "Lincoln Mullen",
    "description": "Religious history, digital history, and nineteenth-century US history. History faculty at @chnm and George Mason University."
  },
  "_downloads": {
    "count": 1565,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gender"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/lmullen/gender",
  "_searchresults": 268,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gender.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/lmullen/gender",
  "_realowner": "lmullen",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.4.1",
      "date": "2014-09-29"
    },
    {
      "version": "0.4.2",
      "date": "2014-12-03"
    },
    {
      "version": "0.4.3",
      "date": "2014-12-23"
    },
    {
      "version": "0.5.0",
      "date": "2015-08-22"
    },
    {
      "version": "0.5.1",
      "date": "2015-09-04"
    },
    {
      "version": "0.5.2",
      "date": "2018-03-07"
    },
    {
      "version": "0.5.3",
      "date": "2019-11-09"
    },
    {
      "version": "0.5.4",
      "date": "2020-05-15"
    },
    {
      "version": "0.6.0",
      "date": "2021-10-13"
    }
  ],
  "_exports": [
    "check_genderdata_package",
    "gender",
    "install_genderdata_package"
  ],
  "_help": [
    {
      "page": "gender-package",
      "title": "Gender: predict gender by name from historical data",
      "topics": [
        "gender-package"
      ]
    },
    {
      "page": "check_genderdata_package",
      "title": "Check whether to install data for gender function and install if necessary",
      "topics": [
        "check_genderdata_package"
      ]
    },
    {
      "page": "gender",
      "title": "Predict gender from first names using historical data",
      "topics": [
        "gender"
      ]
    },
    {
      "page": "install_genderdata_package",
      "title": "Install the genderdata package after checking with the user",
      "topics": [
        "install_genderdata_package"
      ]
    }
  ],
  "_readme": "https://github.com/lmullen/gender/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "R6",
    "remotes",
    "rlang",
    "sys",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "predicting-gender.Rmd",
      "filename": "predicting-gender.html",
      "title": "Predicting Gender Using Historical Data",
      "author": "Lincoln Mullen",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Basic usage",
        "Which dataset should you use?",
        "Description of the datasets",
        "Working with dplyr"
      ],
      "created": "2014-08-26 19:18:49",
      "modified": "2021-10-08 20:04:08",
      "commits": 14
    }
  ],
  "_score": 9.761014999590252,
  "_indexed": true,
  "_nocasepkg": "gender",
  "_universes": [
    "lmullen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.0",
      "date": "2026-06-03T10:59:43.000Z",
      "distro": "noble",
      "commit": "38a27932919a6bd7d3e3bfb215724a5b6ddc1938",
      "fileid": "d48bd6d0cf8c79ac1dc398b312d925cdedef5848df40e61c2280f0119f35beb6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lmullen/actions/runs/26880156283"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.0",
      "date": "2026-06-03T10:59:35.000Z",
      "distro": "noble",
      "commit": "38a27932919a6bd7d3e3bfb215724a5b6ddc1938",
      "fileid": "04e0d10e88d1bbe820c0c1049ceb953f21e4865e10e408f7c0d58d15ea7fd306",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lmullen/actions/runs/26880156283"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6.0",
      "date": "2026-06-03T11:00:10.000Z",
      "commit": "38a27932919a6bd7d3e3bfb215724a5b6ddc1938",
      "fileid": "5c9179cf04f4ec5e145a7ef87e6801417ffb64e7a000439261c54aeaf4da0bae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lmullen/actions/runs/26880156283"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.6.0",
      "date": "2026-06-03T10:59:26.000Z",
      "commit": "38a27932919a6bd7d3e3bfb215724a5b6ddc1938",
      "fileid": "bfdf0d6bba8b0a43841c795c296a46d3414adc59981e55cfb91f0e131d5f2877",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lmullen/actions/runs/26880156283"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.6.0",
      "date": "2026-06-03T10:59:35.000Z",
      "commit": "38a27932919a6bd7d3e3bfb215724a5b6ddc1938",
      "fileid": "980de7eba4f46cddeb3d00f3ab3ad2ad117648dda4b96242c0d2b5d4cc8fe13a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/lmullen/actions/runs/26880156283"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.6.0",
      "date": "2026-06-03T10:58:47.000Z",
      "commit": "38a27932919a6bd7d3e3bfb215724a5b6ddc1938",
      "fileid": "fb42e414c00e736ff90402ef2e3bb9a6383d2e5833e355b0102ffaa59ce078d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lmullen/actions/runs/26880156283"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.6.0",
      "date": "2026-06-03T10:59:07.000Z",
      "commit": "38a27932919a6bd7d3e3bfb215724a5b6ddc1938",
      "fileid": "5750c41213d0613073f6904af4288ae1806db98637f67e59ad7b11e42319024b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lmullen/actions/runs/26880156283"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.6.0",
      "date": "2026-06-03T10:59:00.000Z",
      "commit": "38a27932919a6bd7d3e3bfb215724a5b6ddc1938",
      "fileid": "e784a3cc827e1ead438cd89c4239bdeb55035ca5dcf5f96fc8cb619922cb79ad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lmullen/actions/runs/26880156283"
    }
  ]
}