-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
29 lines (29 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: fastDummies
Type: Package
Title: Fast Creation of Dummy (Binary) Columns and Rows from Categorical Variables
Version: 1.7.4
Authors@R: c(
person("Jacob", "Kaplan", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0601-0387")),
person("Benjamin", "Schlegel", email = "[email protected]", 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
LazyData: true
URL: https://github.com/jacobkap/fastDummies, https://jacobkap.github.io/fastDummies/
BugReports: https://github.com/jacobkap/fastDummies/issues
RoxygenNote: 7.2.3
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
covr,
spelling
VignetteBuilder: knitr
Language: en-US