Skip to content

CRAN version 0.3.1

Compare
Choose a tag to compare
@andybega andybega released this 05 Sep 07:50
· 6 commits to master since this release

states 0.3.1

  • 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)