Package: cansim
Type: Package
Title: Accessing Statistics Canada Data Table and Vectors
Version: 0.3.14
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.2.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
Packaged: 2023-01-20 06:05:01 UTC; jens
Author: Jens von Bergmann [cre],
  Dmitry Shkolnik [aut]
Repository: CRAN
Date/Publication: 2023-01-20 06:20:05 UTC
Built: R 4.1.2; ; 2023-01-20 12:19:48 UTC; unix
