{
  "_id": "6a101e96acfb0bcc41c8ac59",
  "Package": "fastDummies",
  "Type": "Package",
  "Title": "Fast Creation of Dummy (Binary) Columns and Rows from\nCategorical Variables",
  "Version": "1.7.6",
  "Authors@R": "c(\nperson(\"Jacob\", \"Kaplan\", email = \"jkkaplan6@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-0601-0387\")),\nperson(\"Benjamin\", \"Schlegel\", email = \"kontakt@benjaminschlegl.ch\", role =  \"ctb\"))",
  "Description": "Creates dummy columns from columns that have categorical\nvariables (character or factor types). You can also specify\nwhich columns to make dummies out of, or which columns to\nignore. Also creates dummy rows from character, factor, and\nDate columns. This package provides a significant speed\nincrease from creating dummy variables through model.matrix().",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "URL": "https://github.com/jacobkap/fastDummies,\nhttps://jacobkap.github.io/fastDummies/",
  "BugReports": "https://github.com/jacobkap/fastDummies/issues",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Language": "en-US",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://jacobkap.r-universe.dev",
  "Date/Publication": "2026-04-22 15:25:39 UTC",
  "RemoteUrl": "https://github.com/jacobkap/fastdummies",
  "RemoteRef": "HEAD",
  "RemoteSha": "c37445de14dc3b6ad3ce892307f6f4d4cbcc908a",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-22 09:11:45 UTC",
    "User": "root"
  },
  "Author": "Jacob Kaplan [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-0601-0387>),\nBenjamin Schlegel [ctb]",
  "Maintainer": "Jacob Kaplan <jkkaplan6@gmail.com>",
  "MD5sum": "e096a6c68859e54665adb3fa01a24c78",
  "_user": "jacobkap",
  "_type": "src",
  "_file": "fastDummies_1.7.6.tar.gz",
  "_fileid": "96b1304df6886b745add77af72a214af0e8d1d9e71a70fcf21c4e33b1e61ab51",
  "_filesize": 121885,
  "_sha256": "96b1304df6886b745add77af72a214af0e8d1d9e71a70fcf21c4e33b1e61ab51",
  "_created": "2026-05-22T09:11:45.000Z",
  "_published": "2026-05-22T09:15:02.228Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77350617938,
      "time": 129,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7157006601"
    },
    {
      "job": 77350617805,
      "time": 131,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157007335"
    },
    {
      "job": 77350617823,
      "time": 99,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7156996981"
    },
    {
      "job": 77350617786,
      "time": 98,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156996323"
    },
    {
      "job": 77350112913,
      "time": 197,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156964880"
    },
    {
      "job": 77350617789,
      "time": 148,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157012062"
    },
    {
      "job": 77350617999,
      "time": 92,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7156994830"
    },
    {
      "job": 77350617978,
      "time": 83,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7156992209"
    },
    {
      "job": 77350617927,
      "time": 71,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156988073"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jacobkap/actions/runs/26278953988",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jacobkap/fastdummies",
  "_commit": {
    "id": "c37445de14dc3b6ad3ce892307f6f4d4cbcc908a",
    "author": "Your name <email_address@gmail.com>",
    "committer": "Your name <email_address@gmail.com>",
    "message": "update cran comments\n",
    "time": 1776871539
  },
  "_maintainer": {
    "name": "Jacob Kaplan",
    "email": "jkkaplan6@gmail.com",
    "login": "jacobkap",
    "description": "I am a Professional Specialist at the Princeton School of Public and International Affairs  where I do research on crime.",
    "uuid": 15526406,
    "orcid": "0000-0002-0601-0387"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    }
  ],
  "_owner": "jacobkap",
  "_selfowned": true,
  "_usedby": 178,
  "_updates": [
    {
      "week": "2026-17",
      "n": 4
    }
  ],
  "_tags": [],
  "_topics": [
    "binary-data",
    "dummy-columns",
    "dummy-data",
    "dummy-rows",
    "dummy-variable"
  ],
  "_stars": 41,
  "_contributors": [
    {
      "user": "jacobkap",
      "count": 88,
      "uuid": 15526406
    },
    {
      "user": "jgaeb",
      "count": 1,
      "uuid": 43016598
    },
    {
      "user": "pbaylis",
      "count": 1,
      "uuid": 3682148
    },
    {
      "user": "teofiln",
      "count": 1,
      "uuid": 2613403
    }
  ],
  "_userbio": {
    "uuid": 15526406,
    "type": "user",
    "name": "Jacob Kaplan",
    "description": "I am a Professional Specialist at the Princeton School of Public and International Affairs  where I do research on crime."
  },
  "_downloads": {
    "count": 85079,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fastDummies"
  },
  "_devurl": "https://github.com/jacobkap/fastdummies",
  "_pkgdown": "https://jacobkap.github.io/fastDummies/",
  "_searchresults": 3672,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fastDummies.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jacobkap/fastdummies",
  "_realowner": "jacobkap",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-04-21"
    },
    {
      "version": "0.1.1",
      "date": "2017-05-08"
    },
    {
      "version": "0.1.2",
      "date": "2017-08-26"
    },
    {
      "version": "1.0.0",
      "date": "2018-01-08"
    },
    {
      "version": "1.1.0",
      "date": "2018-03-03"
    },
    {
      "version": "1.2.0",
      "date": "2018-06-21"
    },
    {
      "version": "1.3.0",
      "date": "2019-04-22"
    },
    {
      "version": "1.4.0",
      "date": "2019-06-17"
    },
    {
      "version": "1.5.0",
      "date": "2019-09-02"
    },
    {
      "version": "1.6.0",
      "date": "2019-11-29"
    },
    {
      "version": "1.6.1",
      "date": "2020-03-07"
    },
    {
      "version": "1.6.2",
      "date": "2020-09-16"
    },
    {
      "version": "1.6.3",
      "date": "2020-11-29"
    },
    {
      "version": "1.7.1",
      "date": "2023-07-05"
    },
    {
      "version": "1.7.3",
      "date": "2023-07-06"
    },
    {
      "version": "1.7.4",
      "date": "2024-08-16"
    },
    {
      "version": "1.7.5",
      "date": "2025-01-20"
    },
    {
      "version": "1.7.6",
      "date": "2026-04-22"
    }
  ],
  "_exports": [
    "dummy_cols",
    "dummy_columns",
    "dummy_rows"
  ],
  "_help": [
    {
      "page": "dummy_cols",
      "title": "Fast creation of dummy variables",
      "concept": [
        "dummy functions"
      ],
      "topics": [
        "dummy_cols"
      ]
    },
    {
      "page": "dummy_columns",
      "title": "Fast creation of dummy variables",
      "concept": [
        "dummy functions"
      ],
      "topics": [
        "dummy_columns"
      ]
    },
    {
      "page": "dummy_rows",
      "title": "Fast creation of dummy rows",
      "concept": [
        "dummy functions"
      ],
      "topics": [
        "dummy_rows"
      ]
    }
  ],
  "_readme": "https://github.com/jacobkap/fastdummies/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "data.table",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "utf8",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "making-dummy-rows.Rmd",
      "filename": "making-dummy-rows.html",
      "title": "Making dummy rows with dummy_rows()",
      "author": "Jacob Kaplan",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2018-01-04 05:32:18",
      "modified": "2018-01-05 21:08:07",
      "commits": 3
    },
    {
      "source": "making-dummy-variables.Rmd",
      "filename": "making-dummy-variables.html",
      "title": "Making dummy variables with dummy_cols()",
      "author": "Jacob Kaplan",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2018-01-04 05:32:18",
      "modified": "2018-01-05 21:08:07",
      "commits": 3
    }
  ],
  "_score": 13.312171417655282,
  "_indexed": true,
  "_nocasepkg": "fastdummies",
  "_universes": [
    "jacobkap"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.7.6",
      "date": "2026-05-22T09:14:12.000Z",
      "distro": "noble",
      "commit": "c37445de14dc3b6ad3ce892307f6f4d4cbcc908a",
      "fileid": "669d83e3a141f95afeafb280c6cc62a619f30eb006e42f99ff45d43dabe7c7df",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobkap/actions/runs/26278953988"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.7.6",
      "date": "2026-05-22T09:14:14.000Z",
      "distro": "noble",
      "commit": "c37445de14dc3b6ad3ce892307f6f4d4cbcc908a",
      "fileid": "1d91973f8393c49fbd1e9558afe19f15cf701bda0883d7c65ca4f1e4f4dbbba2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobkap/actions/runs/26278953988"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.7.6",
      "date": "2026-05-22T09:13:44.000Z",
      "commit": "c37445de14dc3b6ad3ce892307f6f4d4cbcc908a",
      "fileid": "2dcea0774a905bca684197a72feac1d6f9d847a1526f238d35afa39b93b4a321",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobkap/actions/runs/26278953988"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.7.6",
      "date": "2026-05-22T09:13:42.000Z",
      "commit": "c37445de14dc3b6ad3ce892307f6f4d4cbcc908a",
      "fileid": "a9d50228d35e577e86d6dad9391024568d4c90d995873f985bc8084512ec99eb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobkap/actions/runs/26278953988"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.7.6",
      "date": "2026-05-22T09:14:43.000Z",
      "commit": "c37445de14dc3b6ad3ce892307f6f4d4cbcc908a",
      "fileid": "8d4b17e73f5501ca169c497079fc784370f6bc80797158b96497b0244ea043bb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jacobkap/actions/runs/26278953988"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.7.6",
      "date": "2026-05-22T09:13:34.000Z",
      "commit": "c37445de14dc3b6ad3ce892307f6f4d4cbcc908a",
      "fileid": "28a506ef2721df8dcf43e9af3429021c2e4fe8cf6ecbdb0fce52be1ce10cb52e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobkap/actions/runs/26278953988"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.7.6",
      "date": "2026-05-22T09:13:24.000Z",
      "commit": "c37445de14dc3b6ad3ce892307f6f4d4cbcc908a",
      "fileid": "1d05e355990b2051f0b4bd1cb308c69219ea89609669fbcced93de2568cc4e1b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobkap/actions/runs/26278953988"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.7.6",
      "date": "2026-05-22T09:13:10.000Z",
      "commit": "c37445de14dc3b6ad3ce892307f6f4d4cbcc908a",
      "fileid": "b8f9ebba6553c80b05870e3e0233537afe823f446189acf3149c15febec689a1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobkap/actions/runs/26278953988"
    }
  ]
}