Changelog
Source:NEWS.md
igoR 0.2.0
CRAN release: 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 thecountry1
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.2
CRAN release: 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.0
- Vectorize
igo_members()
. - Generalize search ignoring case.
- Add
igo_state_membership()
. -
cow_country_codes
now is internal. - Added
igoR::states2016
in replacement ofcow_country_codes
. - Add
igo_dyadic()
. - Add
igo_search_states()
. - More vignettes on the website.