-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.59 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.59 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: cansim
Type: Package
Title: Accessing Statistics Canada Data Table and Vectors
Version: 0.4.5
Authors@R: c(
person("Jens", "von Bergmann", email = "jens@mountainmath.ca", role = c("aut","cre")),
person("Dmitry", "Shkolnik", email = "shkolnikd@gmail.com", role = c("aut")))
Maintainer: Jens von Bergmann <jens@mountainmath.ca>
Description: Searches for, accesses, and retrieves Statistics Canada data
tables, as well as individual vectors, as tidy data frames.
This package enriches the tables with metadata, deals
with encoding issues, allows for bilingual English or French language data retrieval, and bundles
convenience functions to make it easier to work with retrieved table data. For more efficient data
access the package allows for caching data in a local database and database level filtering, data
manipulation and summarizing.
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: yes
NeedsCompilation: no
LazyData: true
Depends: R (>= 4.1)
Imports: digest (>= 0.6),
dplyr (>= 1.1),
httr (>= 1.0.0),
tidyr (>= 1.3),
readr (>= 2.1),
rlang (>= 1.1),
stringr (>= 1.5),
purrr (>= 1.0),
tibble (>= 3.2),
arrow (>= 18.1),
DBI (>= 1.2),
RSQLite (>= 2.3),
utils (>= 4.3),
dbplyr (>= 2.5)
RoxygenNote: 7.3.3
Suggests:
knitr,
rmarkdown,
ggplot2,
scales,
testthat (>= 3.0.0)
URL: https://github.com/mountainMath/cansim, https://mountainmath.github.io/cansim/, https://www.statcan.gc.ca/
BugReports: https://github.com/mountainMath/cansim/issues
VignetteBuilder: knitr
Language: en-CA
Config/testthat/edition: 3