Changelog
Source:NEWS.md
migest 2.0.5
- Added
labels.pos.adjust = FALSE
inmig_chord()
- Default colour ordering in
mig_chord()
based onunion(.$orig, .$dest)
- Include
na_rm
option insum_region()
andsum_country()
migest 2.0.4
CRAN release: 2023-11-18
- Direct demo users to
mig_chord()
pkgdown site - Fixed colour ordering in
mig_chord()
whenorder
is set - Added
nb_non_zero()
to deal with negative native born population estimates from World Bank data - Changed function name of
rescale_nb()
tonb_scale_global()
- Changed function name of
match_pob_tot()
tomatch_birthplace_tot()
- Changed argument names in
ffs_demo()
,ffs_diff()
andffs_rates()
to more intuitive values (stock_start
instead ofs1
,stock_end
instead ofs2
,births
instead ofb
,deaths
instead ofd
andseed
instead ofm
- Added code to create
dict_ims
- Added countries based on older political geography to
dict_ims
and column in data frame to indicate not in UN IMS data. - Added
korea_gravity
, combiningkorea_dist
,korea_pop
, andkorea_reg
and additional distance, contiguity, area and economic measures. - Removed
korea_dist
,korea_pop
, andkorea_reg
- Updated examples in
index_*()
functions for changes in Korean data
migest 2.0.3
CRAN release: 2022-10-28
- Dropped
sum_turnover()
andsum_bilateral()
- Fixed axis upper limits in
mig_chord()
- Added
label_squeeze
option tomig_chord()
- Added
region_ac2022
andregion_wb
column todict_ims
- Replaced
ipf
functions inffs_demo()
and sub-functions withmipfp::Ipfp
- Added
return
option inffs_demo()
to output only estimted flow array unless otherwise stated - Added
name_short
column todict_ims
- Simplified
sum_od()
code to directly work with outputs fromffs_demo()
and provide margin sums
migest 2.0.2
CRAN release: 2021-12-02
- Added method option to
birth_mat()
- Added
sum_bilat()
forsum_bilateral()
- Added
sum_country()
migest 2.0.1
CRAN release: 2021-10-30
- Added a
NEWS.md
file to track changes to the package. - Added hex logo
- Added pkgdown
- Github actions working
- Added
str_wrap_n()
- Added
mig_chord()
- Added
dict_ims
- Replace
sum_turnover()
withsum_region()
- Replace
counter()
withsum_bilateral()