Changelog
Source:NEWS.md
jpcity 0.3.0
CRAN release: 2024-10-04
- Change internal representation of
jpcity_city
object to not useNA
. This allowstidyr::drop_na()
(vctrs::vec_detect_complete()
) to work correctly. - Add
is_city_desig()
to check if a city is a designated city.
jpcity 0.2.1
CRAN release: 2024-05-26
- Fix bug for raw data of Kamikuishiki Village that occurred in version 0.2.0.
- Add tests for Kamikuishiki Village and Hamamatsu City.
jpcity 0.2.0
CRAN release: 2024-05-25
- Add
city_to_pref()
,city_data()
andpref_data()
. - Delete deprecated function
as_pref()
and deprecated arguments. - Support for Hamamatsu City ward reorganization (2024-01-01).