-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1000 Bytes
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1000 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
31
32
33
34
35
36
37
38
Package: cmhc
Type: Package
Title: Access, Retrieve, and Work with CMHC Data
Version: 0.2.10
Authors@R:
c(person(given = "Jens",
family = "von Bergmann",
role = c("aut", "cre"),
email = "jens@mountainmath.ca"))
Description: Wrapper around the Canadian Mortgage and Housing Corporation (CMHC) web interface. It enables programmatic and reproducible access to a wide variety of housing data from CMHC.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: yes
NeedsCompilation: no
Depends:
R (>= 4.1)
Imports:
dplyr (>= 1.0),
digest (>= 0.1),
httr,
readr,
stringr,
tibble,
rlang,
aws.s3
Suggests:
knitr,
scales,
cancensus,
ggplot2,
tidyr,
rmarkdown,
sf
VignetteBuilder: knitr
URL: https://github.com/mountainMath/cmhc, https://mountainmath.github.io/cmhc/, https://www03.cmhc-schl.gc.ca/hmip-pimh/en
BugReports: https://github.com/mountainMath/cmhc/issues
RoxygenNote: 7.3.1