- API keys for e-Stat and RESAS are now referenced from environment variables.
appId
argument toestat()
is now deprecated.X_API_KEY
argument ofresas()
is now deprecated.
- Correct errors on CRAN Package Check Results
- Fix a bug caused by the update to dplyr 1.1.0.
- Use purrr 1.0.0 progress bar and remove dependency on progress.
- Fix a bug where
resas()
could not rectangle data (#6).
- 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()
.
- Bug fix for column selection.
- Change the package name from japanstat to jpstat.
- Add dependency on navigatr package and support for activate() and rekey() functions.
- Fix Imports