-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
33 lines (33 loc) · 1016 Bytes
/
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
Package: statcanR
Type: Package
Title: Client for Statistics Canada's Open Economic Data
Version: 0.2.9000
Authors@R: c(
person("Thierry", "Warin", email = "thierry.warin@hec.ca", role =c("aut", "cre"), comment = c(ORCID = "0000-0002-5921-3428") ),
person("Romain", "Le Duc", role = "aut"))
Description: An easy connection with R to Statistics Canada's Web Data Service. Open economic data (formerly known as CANSIM tables, now identified by Product IDs (PID)) are accessible as a data frame, directly in the user's R environment.
Warin, Le Duc (2019) <doi:10.6084/m9.figshare.10544735>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports:
data.table,
dplyr,
ggplot2,
reshape2,
qs,
qpdf,
DT,
curl,
httr,
readr,
tibble
URL: https://github.com/warint/statcanR/
BugReports: https://github.com/warint/statcanR/issues/
Config/testthat/edition: 3