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 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 Config/pak/sysreqs: cmake libicu-dev libssl-dev libx11-dev Repository: https://mountainmath.r-universe.dev Date/Publication: 2025-11-20 04:23:09 UTC RemoteUrl: https://github.com/mountainmath/cansim RemoteRef: HEAD RemoteSha: b7cf6b542eb28f79984c2222e0cd93f22c45a3ee Packaged: 2026-06-18 10:10:39 UTC; root Author: Jens von Bergmann [aut, cre], Dmitry Shkolnik [aut]