NEWS
igoR 0.2.0 (2024-02-05)
- Internal refactor of the code. The user shouldn't notice any visible change.
igo_dyadic()
accepts now a vector of countries also in the country1
parameter.
- New helper functions for converting numerical values to labels:
igo_recode_igoyear()
, igo_recode_stateyear()
, igo_recode_dyadic()
.
- Update docs and basic package maintenance.
igoR 0.1.5 (2023-04-14)
- Update docs and examples.
igoR 0.1.4 (2022-08-13)
- Update docs due to CRAN notice.
igoR 0.1.3 (2021-10-20)
igoR 0.1.2 (2021-08-04)
- "Mapping IGOs" article compiled to vignette.
- Update docs. Now in markdown format using
roxygen2md::roxygen2md()
.
- Moved tests to testthat.
igoR 0.1.1 (2021-01-27)
igoR 0.1.0
- Vectorize
igo_members()
.
- Generalize search ignoring case.
- Add
igo_state_membership()
.
cow_country_codes
now is internal.
- Added
igoR::states2016
in replacement of cow_country_codes
.
- Add
igo_dyadic()
.
- Add
igo_search_states()
.
- More vignettes on the website.
igoR 0.0.0.9000