jpstat 0.5.0
-
collect()methods forestatobjects are now documented, including the previously undocumentedn,names_sep,query, andlimitarguments. -
collect()no longer reports the total number of records withprint(); it now usescli::cli_inform()so the message can be suppressed withsuppressMessages(). -
estat()now uses HTTPS for the ‘e-Stat’ API endpoint. - The deprecated
appIdargument toestat()has been removed. UseSys.setenv(ESTAT_API_KEY = )instead. -
estat()andcollect()now automatically retry ‘e-Stat’ API requests on transient network failures. - Errors raised by
estat()andcollect()are now classed (e.g.jpstat_error_estat_api,jpstat_error_estat_missing_key) so they can be caught programmatically. -
estat_table_info()is now defunct. Usesummary()instead. - The ‘RESAS’ API was discontinued on 2025-03-24.
resas()is now defunct and errors when called. -
webland_trade()andwebland_city()have been removed. The “Land General Information System” API they used was discontinued, and its replacement, the Real Estate Information Library API, does not expose metadata for navigatr’s menu interface, so jpstat now focuses solely on the ‘e-Stat’ API.
jpstat 0.3.2
CRAN release: 2023-02-11
- Fix a bug caused by the update to dplyr 1.1.0.
- Use purrr 1.0.0 progress bar and remove dependency on progress.
jpstat 0.3.0
CRAN release: 2022-11-21
- Add
resas()to use ‘RESAS’ API (https://opendata.resas-portal.go.jp). - Add
webland()to use information on real estate transaction prices API (https://www.land.mlit.go.jp/webland/api.html). - Add
summary.estat()and deprecateestat_table_info().
