From 95465a3e212a2a6be65ff8f7e15b5038dddf2202 Mon Sep 17 00:00:00 2001 From: Andreas Beger Date: Wed, 14 Apr 2021 13:48:54 +0300 Subject: [PATCH] update NEWS --- DESCRIPTION | 2 +- NEWS.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c2419e2..ca4ba8b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: states Type: Package Title: Create Panels of Independent States -Version: 0.3.0 +Version: 0.3.0.9000 Authors@R: person("Andreas", "Beger", role = c("cre", "aut"), email = "adbeger@gmail.com", comment = c(ORCID = "0000-0003-1883-3169")) Maintainer: Andreas Beger diff --git a/NEWS.md b/NEWS.md index 2ec5c4d..1cd297d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,14 @@ +# states 0.3.0.9000 + +- Strip **readr** "spec" attribute from the _cowstates_ and _gwstates_ data. They are both now plain data frames with no attributes. (#22) +- Expand list of short country names in `prettyc()`, e.g. instead of "Belarus (Byelorussia)", just "Belarus". +- Move to **testthat** 3rd edition (**3e**). + +## Bug fixes + +- `all.equal()` in R 4.1.x (R-devel at this point) will check environments for equivalence as well. This breaks one test since 2e **testthat** relies on `all.equal()` for `expect_equal()`. Moving to testthat 3e fixes this bug. (#26) + # states 0.3.0 - Although the original COW state list does not distinguish micro-states, like the G&W list does, the `cowstates` data now has a microstates coding derived from the G&W coding (#24). This makes it easier, for example, to filter out micro-states from a state panel dataset. @@ -23,7 +33,6 @@ ## Bug fixes -- `all.equal()` in R 4.1.x (R-devel at this point) will check environments for equivalence as well. This breaks one test since 2e **testthat** relies on `all.equal()` for `expect_equal()`. (#26) - fixed a misspelled country name, "Rumania" to "Romania" # states 0.2.2