-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
43 lines (43 loc) · 1.34 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
Package: cansim
Type: Package
Title: Accessing Statistics Canada Data Table and Vectors
Version: 0.3.17
Authors@R: c(
person("Jens", "von Bergmann", email = "jens@mountainmath.ca", role = c("cre")),
person("Dmitry", "Shkolnik", email = "shkolnikd@gmail.com", role = c("aut")))
Maintainer: Jens von Bergmann <jens@mountainmath.ca>
Description: Searches for, accesses, and retrieves new-format and old-format Statistics Canada data
tables, as well as individual vectors, as tidy data frames. This package 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. Optional caching features are provided.
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: yes
NeedsCompilation: no
LazyData: true
Depends: R (>= 2.10)
Imports: digest (>= 0.1),
dplyr (>= 0.7),
httr (>= 1.0.0),
jsonlite (>= 1.0),
readr,
rlang,
xml2,
rvest,
stringr,
purrr,
tibble,
utils,
DBI,
RSQLite
RoxygenNote: 7.3.1
Suggests: knitr,
rmarkdown,
scales,
tidyr,
ggplot2,
dbplyr
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