## Major changes - Set default caching to tempdir()
- Encourage users to set up local persistent caching using options(cancensus.cache_path = 'XXX')
## Major changes - First released on CRAN ## Minor changes - Ensured that data frames were sf
-class data frames if option sf
was selected for spatial data. ## Bug fixes - Fixed a bug where read.csv
was incorrectly loading text data if readr::read_csv
was not available
## Major changes - Added a NEWS.md
file to track changes to the package. - Added pkgdown documentation - New vignettes - cancensus and Making maps with cancensus ## Minor changes - Default behaviour for list_census_vectors()
changed to have quiet = TRUE
## Major changes - Added vector and geography search and discovery capabilities - Improved performance - Error and API issue messaging ## Minor changes - Reduced package dependencies
## Major changes - Initial release