-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1004 Bytes
/
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
30
31
32
33
34
35
36
37
Package: completejourney
Title: Retail Shopping Data
Version: 1.1.0.9000
Authors@R: c(
person("Brad", "Boehmke",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3611-8516")),
person(c("Steven", "M."), "Mortimer",
email = "[email protected]",
role = "aut")
)
Description: Retail shopping transactions for 2,469 households over one year.
Originates from the 84.51° Complete Journey 2.0 source files
<https://www.8451.com/area51> which also includes useful metadata on
products, coupons, campaigns, and promotions.
License: CC0
LazyData: true
Depends:
R (>= 2.10)
Imports:
curl,
dplyr,
tibble,
progress,
stringr,
zeallot
Suggests:
lubridate,
knitr,
rmarkdown,
testthat
URL: https://github.com/bradleyboehmke/completejourney
BugReports: https://github.com/bradleyboehmke/completejourney/issues
RoxygenNote: 6.1.1
Encoding: UTF-8
VignetteBuilder: knitr