-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 741 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 741 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
28
29
30
Package: cohorts
Title: Cohort Analysis Made Easy
Version: 1.2.0
Authors@R:
person(given = "Peer",
family = "Christensen",
role = c("aut", "cre"),
email = "hr.pchristensen@gmail.com")
Description: Functions to simplify the process of preparing event and transaction for cohort analysis.
License: MIT + file LICENSE
URL: https://github.com/PeerChristensen/cohorts
BugReports: https://github.com/PeerChristensen/cohorts/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
data.table,
dplyr,
dtplyr,
magrittr,
tibble,
tidyr,
zoo,
lubridate
Depends:
R (>= 2.10)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3