NEWS
insee 1.1.7 (2024-08-26)
- get_last_release is bugged whenever insee's RSS flow fails, function removed
- licence change from GPL to MIT
- tidyverse out of the dependencies + subsequent doc update
- clean_table removed from global functions
insee 1.1.6
- idbank list download from french and english webpages on insee.fr
insee 1.1.5 (2022-09-17)
- ssl certificate bug fix
- dataset list stored internally as backup
- internal idbank list updated
insee 1.1.4 (2022-03-10)
- advanced proxy settings are set up
- idbank list disseminated is not filtered and comes directly from insee.fr
insee 1.1.3 (2022-01-19)
- idbank list url change
- loop on potential series (idbank) list urls on insee.fr - improved backup
- small bug fix in add_insee_metadata
insee 1.1.2 (2021-10-06)
- remove lubridate as dependency
insee 1.1.1 (2021-09-16)
- package maintainer's email address change
- idbanks list file update
insee 1.1.0 (2021-06-04)
- metadata are updated if a file is outdated, but this step now requires the user's approval
- dim columns whose usage was previously deprecated are removed from idbank list dataframe (code breaks likely)
- new idbanks from 2021 list are included in the internal package data
- all files created in the checks are stored in a temporary directory
- DESCRIPTION : LazyData is FALSE
insee 1.0.0 (2021-01-28)
- if dataset names are provided, get clean metadata with
get_idbank_list
(code breaks likely). The metadata is then stored locally on the computer. The update is automatically done every 3 months, and can be manually triggered
- use of dim columns in the idbank list is then deprecated
- add metadata to raw data with the function
add_insee_metadata
- get columns' name with the function
get_column_title
search_insee
function is now using the idbank and the dataset lists
- option to choose the separator with the
split_title
function
- vignette : deaths and births example added
- backup idbank list stored inside the package
- readsdmx dependency is used optionally but not by default
- package now officially supported by INSEE, source code and issue reports are moved to INSEE's official GitHub page
insee 0.9.0 (2020-09-04)
- all data is cached, and then all queries are run once per R session
- RapidXML C++ library is used by default in
get_insee
function through readsdmx package
get_insee_idbank
splits automatically a big query into several queries of 400-idbank each
search_insee
function : find datasets with a keyword
add_insee_title
function : find INSEE title of an unlimited amount of idbanks
split_title
function : split quickly the titles provided with the data
- pkgdown website : https://hadrilec.github.io/insee/
- code coverage with unit tests > 90%
- rsdmx and tidyr dependencies dropped, readsdmx added
insee 0.8.0 (2020-08-02)
- Bug fix in
get_insee_title
function
- more hands-on examples
insee 0.7.0 (2020-07-29)