-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·27 lines (27 loc) · 984 Bytes
/
DESCRIPTION
File metadata and controls
executable file
·27 lines (27 loc) · 984 Bytes
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
Package: splitstackshape
Type: Package
Title: Stack and Reshape Datasets After Splitting Concatenated Values
Version: 1.4.8
Date: 2019-04-21
Author: Ananda Mahto
Maintainer: Ananda Mahto <mrdwab@gmail.com>
Description: Online data collection tools like Google Forms often export
multiple-response questions with data concatenated in cells. The
concat.split (cSplit) family of functions splits such data into separate
cells. The package also includes functions to stack groups of columns and
to reshape wide data, even when the data are "unbalanced"---something
which reshape (from base R) does not handle, and which melt and dcast from
reshape2 do not easily handle.
License: GPL-3
LazyData: TRUE
LazyLoad: yes
Depends:
R (>= 2.10)
Imports:
data.table (>= 1.9.4)
URL: http://github.com/mrdwab/splitstackshape
BugReports: http://github.com/mrdwab/splitstackshape/issues
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
Suggests: covr,
testthat