Changes in version 0.7.1 (2026-02-05) - test fails for a specific test for bfs_get_sse_data() on Debian-clang. Changes in version 0.7.0 (2025-11-03) - Add new functions to access the data and metadata of the new Swiss Stats Explorer API. Changes in version 0.5.13 (2025-04-29) - fix CRAN NOTE: remove native pipes for older R version compatibility. Changes in version 0.5.12 (2024-12-09) - improve bfs_get_base_maps() with new return_sf argument, which allows to return all file path available (see README). - improve README related to bfs_get_base_maps() Changes in version 0.5.11 (2024-11-27) - BREAKING CHANGE: column orderNr returned by bfs_get_catalog() renamed as number_bfs for more clarity. Unnecessary new variables also removed in profit of the return_raw argument. - add return_raw in bfs_get_catalog() and bfs_get_tables(), which returns all metadata in an raw / unstructured tibble. - update to last available BFS geodata asset imported using bfs_get_base_maps() - https://www.bfs.admin.ch/bfs/en/home/statistics/catalogues-databases.assetdetail.30606132.html - Use new swissMunicipalities R package to ease geodata analysis Changes in version 0.5.10 (2024-09-27) - fix bug in metadata extraction in bfs_get_catalog(), bfs_get_catalog_data() and bfs_get_catalog_tables() Changes in version 0.5.9 (2024-09-26) - fix bfs_get_catalog(), bfs_get_catalog_data() and bfs_get_catalog_tables() Changes in version 0.5.8 (2024-02-23) - All functions return NULL if no internet connection. - Tests skipped if no internet connection. Changes in version 0.5.6 (2024-01-08) - add "delay" argument in bfs_get_data() and bfs_get_data_comments() - using Sys.sleep() of 10 seconds to avoid reaching API limits - the "delay" arg allows to loop on large datasets, for example see #7 - BREAKING CHANGE: remove "bfs_url" argument in bfs_get_data() and bfs_get_data_comments() - "bfs_url" argument unstable and slow. See README for recommended workflow using bfs_get_catalog_data() and bfs_get_asset_metadata() - add deprecation warning for bfs_get_catalog() - add more tests - add test coverage Changes in version 0.5.5 (2023-09-20) - fix encoding bug in bfs_get_base_maps() #12 - add fs R package dependency - add unit tests - remove unnecessary messages when calling bfs_get_catalog_*() - use tools instead of rappdirs - improve docs related to query dimensions Changes in version 0.5.4 (2023-09-13) - using only magrittr pipe to allow older R versions, fix #11 Changes in version 0.5.3 (2023-08-18) - add bfs_get_base_maps(). - add data from the Swiss official commune register. - update README. Changes in version 0.5.2 (2023-08-11) - remove "rstac" and "sf" R package dependencies to make the package lighter and easier to install. When using the functions bfs_download_geodata() and bfs_get_base_maps(), the user will be asked to install "rstac" and "sf" if they are not installed locally. Tests using these dependencies are skipped in CRAN and CI. - removing bfs_download_geodata() automated tests will reduce API calls on "data.geo.admin.ch" server. - BREAKING CHANGE: bfs_get_catalog_data() and bfs_get_catalog_tables() return now in the dataframe "number_asset" instead of "guid" as variables. - add bfs_download_asset() - add bfs_get_asset_metadata() - "number_bfs" as first argument in bfs_get_metadata() - improve docs Changes in version 0.5.1 (2023-06-08) - BREAKING CHANGE: fix BFS version 0.5 broke bfs_get_data(). Fix now #10 by removing "all" default argument to query. Changes in version 0.5 (2023-06-08) - fix bug #10 - add bfs_get_catalog_geodata() - add bfs_download_geodata() - improve docs Changes in version 0.4.8 (2023-05-31) - BREAKING CHANGE: reorder arguments in functions for consistency - bfs_get_catalog_tables() now gets full catalog, fixing #5 - bfs_get_catalog_tables() has new functions to filter datasets directly - use "httr2" instead of "jsonlite" for better console messages - improve README, docs and sticker. Changes in version 0.4.7 (2023-05-19) - add new function bfs_get_metadata() - fix bug duplicated column names with as_tibble(. .name_repair = "minimal") Changes in version 0.4.5 (2023-02-27) - Fix bug in bfs_get_data_comments() #8. - improve README by adding info about dependencies. Changes in version 0.4.4 (2022-12-14) - Fix bug using query argument in bfs_get_data() - remove depreciated function bfs_get_metadata() and bfs_get_dataset() Changes in version 0.4.3 (2022-09-07) - Fixed bfs_get_catalog_data() and bfs_get_catalog_tables() bug #6. - tidyRSS GitHub dependency version is 2.0.5. - Add tests for bfs_get_catalog_* functions. Changes in version 0.4.2 - Fixed bfs_get_catalog_data() and bfs_get_catalog_tables() bug #6. - tidyRSS dependency version is 2.0.4. - Improved README. Changes in version 0.4.1 (2021-10-09) - BREAKING CHANGE: clean_names of bfs_get_data() is now FALSE by default. - bfs_get_data() uses BFS API v1. - bfs_get_metadata() deprecated. Please use only bfs_get_catalog_data(). - add bfs_get_catalog_tables(). - add bfs_get_catalog(). - pxweb and jsonlite dependency added. dplyr dependency removed. Changes in version 0.3.1 (2021-05-10) - fix issue #3 with pull request #1 Changes in version 0.3.0 (2021-03-23) - fix critical bug in bfs_get_dataset() - add new function bfs_get_catalog() Changes in version 0.2.6 - Added a NEWS.md file to track changes to the package. - Added bfs_get_catalog() function, that scraps the RSS feed