-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.15 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: tessistream
Title: Datasets for Analytics and Machine Learning from Tessitura
Version: 0.5.0
Authors@R:
person("Sky", "Syzygy", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: |
Builds timestamped datasets based on contributions, ticket sales,
address changes, inventory for historical and predictive analysis.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/Needs/website:
skysyzygy/dataAtBAM.pkgdown
Depends:
R (>= 3.5.0),
Suggests:
covr,
furrr,
future,
mockery,
png,
progressr,
rprojroot,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
censusxy,
checkmate,
cli,
data.table,
dbplyr (> 2.3.2),
DBI,
dplyr,
httr,
jsonlite,
keyring,
lubridate,
magrittr,
purrr,
rlang,
RSQLite,
sf,
stringr,
tessilake (>= 0.4.4),
tidycensus,
tidygeocoder,
tidyr,
tigris,
withr,
tidyselect,
arrow,
openssl,
openxlsx,
config
Remotes:
skysyzygy/tessilake,
chris-prener/censusxy,
tidyverse/dbplyr