-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 822 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
25 lines (25 loc) · 822 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
Package: DataCombine
Title: Tools for Easily Combining and Cleaning Data Sets
Description: Tools for combining and cleaning data sets, particularly
with grouped and time series data. This includes functions for merging
data while reporting duplicates, filling in columns with values of a
column in another data frame, and creating continuous time data
for interupted time series.
Version: 0.2.23
Date: 2016-11-25
Authors@R: c(
person("Christopher", "Gandrud", email = "christopher.gandrud@gmail.com",
role = c("aut", "cre"))
)
License: GPL (>= 3)
URL: https://cran.r-project.org/package=DataCombine
BugReports: https://github.com/christophergandrud/DataCombine/issues
Depends:
R (>= 3.0.2)
Imports:
data.table,
dplyr (>= 0.4)
Suggests:
devtools,
testthat
RoxygenNote: 5.0.1