Package: fastDummies Type: Package Title: Fast Creation of Dummy (Binary) Columns and Rows from Categorical Variables Version: 1.7.6 Authors@R: c( person("Jacob", "Kaplan", email = "jkkaplan6@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0601-0387")), person("Benjamin", "Schlegel", email = "kontakt@benjaminschlegl.ch", role = "ctb")) Description: Creates dummy columns from columns that have categorical variables (character or factor types). You can also specify which columns to make dummies out of, or which columns to ignore. Also creates dummy rows from character, factor, and Date columns. This package provides a significant speed increase from creating dummy variables through model.matrix(). Depends: R (>= 2.10) Imports: data.table, tibble, stringr License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/jacobkap/fastDummies, https://jacobkap.github.io/fastDummies/ BugReports: https://github.com/jacobkap/fastDummies/issues RoxygenNote: 7.3.2 Suggests: testthat (>= 2.1.0), knitr, rmarkdown, covr, spelling, dplyr 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: 2026-07-21 07:25:43 UTC; root Author: Jacob Kaplan [aut, cre] (ORCID: ), Benjamin Schlegel [ctb] Maintainer: Jacob Kaplan