-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.73 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.73 KB
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
Package: cancensus
Type: Package
Title: Access, Retrieve, and Work with Canadian Census Data and Geography
Version: 0.6.0
Authors@R: c(
person("Jens", "von Bergmann", email = "jens@mountainmath.ca", role = c("aut"), comment = "API creator and maintainer"),
person("Dmitry", "Shkolnik", email = "shkolnikd@gmail.com", role = c("aut", "cre"), comment = "Package maintainer, responsible for correspondence"),
person("Aaron", "Jacobs", email = "atheriel@gmail.com", role = "aut"))
Description: Integrated, convenient, and uniform access to Canadian
Census data and geography retrieved using the 'CensusMapper' API. This package produces analysis-ready
tidy data frames and spatial data in multiple formats, as well as convenience functions
for working with Census variables, variable hierarchies, and region selection. API
keys are freely available with free registration at <https://censusmapper.ca/api>.
Census data and boundary geometries are reproduced and distributed on an "as
is" basis with the permission of Statistics Canada (Statistics Canada 1996; 2001; 2006;
2011; 2016; 2021).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: yes
ByteCompile: yes
NeedsCompilation: no
Imports: digest (>= 0.1),
dplyr (>= 1.0),
httr (>= 1.0.0),
jsonlite (>= 1.0),
sf,
geojsonsf,
rlang,
readr
RoxygenNote: 7.3.3
Suggests: knitr,
ggplot2,
leaflet,
mapdeck,
rmarkdown,
scales,
sp,
tidyr,
lwgeom,
xml2,
testthat (>= 3.0.0),
microbenchmark
VignetteBuilder: knitr
URL: https://github.com/mountainMath/cancensus, https://mountainmath.github.io/cancensus/, https://censusmapper.ca/api
BugReports: https://github.com/mountainMath/cancensus/issues
Depends:
R (>= 4.1)