-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.13 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
Package: cc.buildr
Title: Builder Package for Curbcut
Version: 0.0.0.9000
Authors@R:
c(person("Curbcut-MSSI", email = "[email protected]", role = "aut"),
person("Maxime", "Bélanger De Blois", email = "[email protected]", role = "cre"),
person("David", "Wachsmuth", email = "[email protected]", role = "ctb"))
Description: Functions to create data necessary for a new instance of Curbcut, or to rebuild the data necessary for an already existing instance.
Imports:
utils,
tools,
stats,
httr,
sf,
cancensus,
cmhc,
dplyr,
geojsonsf,
jsonlite,
geojsonio,
geojson,
readtext,
tibble,
tidyr,
cc.data,
future.apply,
progressr,
stringr,
qs,
DBI,
RSQLite,
rlang,
stringi,
scales,
curbcut,
RPostgres,
aws.s3
Suggests:
styler,
osmdata,
magick,
glue,
rmarkdown,
here
License: AGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/MSSI-urban/cc.buildr
BugReports: https://github.com/MSSI-urban/cc.buildr/issues
Depends:
R (>= 2.10)
LazyData: true