Package: cansim
Type: Package
Title: Accessing Statistics Canada Data Table and Vectors
Version: 0.4.4
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.2
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
Packaged: 2025-08-19 18:38:24 UTC; jens
Author: Jens von Bergmann [aut, cre],
  Dmitry Shkolnik [aut]
Repository: CRAN
Date/Publication: 2025-08-19 18:50:02 UTC
Built: R 4.6.0; ; 2025-10-14 03:37:04 UTC; windows
