Skip to content

Releases: mountainMath/cancensus

v0.5.7

10 Feb 07:12
2833171
Compare
Choose a tag to compare

CRAN version v0.5.7

v0.5.6

05 Oct 16:10
40f4ba9
Compare
Choose a tag to compare

CRAN release

v0.5.5

23 Jan 16:32
a39c509
Compare
Choose a tag to compare

CRAN version

v0.5.4

07 Nov 20:19
4da898e
Compare
Choose a tag to compare

CRAN version v0.5.4

v0.5.3

25 Aug 16:06
07567a4
Compare
Choose a tag to compare

Some general improvements and ability to automatically detect locally cached recalled data and option to delete it.

v0.5.0

10 Feb 00:25
Compare
Choose a tag to compare

Better local cache handling

CRAN 0.4.1

27 Jan 10:50
42bf367
Compare
Choose a tag to compare

cancensus 0.4.1

Minor changes

  • Fix minor problem where API key wasn't always picked up if not set correctly as environment variable.
  • Fix warning when t column not present in downloaded data.

cran 0.4.0

16 Jan 20:50
Compare
Choose a tag to compare

cancensus 0.4.0

Major changes

  • Added get_intersecting_geometry function to take advantage of new Censusmapper API endpoint. Check out the new vignette detailing how to use it.

Minor changes

  • Slightly reworked how to configure and store user API keys and cache locations. New functions set_api_key, set_cache_path, show_api_key, and show_cache_path added.
  • Fixes various warnings due to recent changes in tibble and dplyr.

CRAN 0.3.2

16 Jul 06:01
b5439d0
Compare
Choose a tag to compare

Major changes

  • Support for 1996 census
  • Public availability of dissemination block area level data

Minor changes

  • Fixes bug in find_census_vectors()
  • CRAN check issues (from 0.3.0, fixed in 0.3.1)

v0.3.0-CRAN

23 Jun 13:27
Compare
Choose a tag to compare

Major changes

  • Fully redesigned variable search using find_census_vectors() and deprecation of `search_census_vectors(). See the Data discovery: resources for finding available and relevant data vignette for additional information.
  • Census Agglomerations with defined geographies and Census tracts are separated from CMAs when calling list_census_regions()
  • Additional metadata for catalogue information and attribution is returned when calling list_census_datasets()
  • New functions explore_census_regions and explore_census_vectors which open a browser page towards the interactive discovery and selection tools on the Censusmapper website
  • New function attribution_for_dataset which provides accurate attribution information for citation and visualizations for a given dataset.
  • Additional datasets: T1FF taxfiler data and dwelling type crosstabs, made available by CMHC. For more info, see the new vignettes for these datasets: Additional datasets: Structural type of dwelling by document type, Additional datasets: Annual T1FF taxfiler data.
  • get_census_geometry() is now hard-deprecated and will stop the program flow. Use get_census() instead.

Minor changes

  • Updated internal usage of dependent packages to avoid deprecated functions and warnings
  • Additional minor fixes to efficiency improvements