Skip to content

v0.3.0-CRAN

Choose a tag to compare

@dshkol dshkol released this 23 Jun 13:27

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