Skip to content

Release v1.0.1

Compare
Choose a tag to compare
@jasongullifer jasongullifer released this 07 Apr 21:05
· 1 commit to master since this release

This update fixes several issues that have cropped up due to other packages being upgrade (e.g., tibble, tidy evaluations), as well as issues with the documentation (i.e., help files).

  • Fixed the error Error: i must have one dimension, not 2 that is due to stricter tibble subsetting rules
  • Fixed an issue with passing several contexts through colsList argument of the languageEntropy function, likely due to updates of tidy evaluations
  • Unit tests are now done (automatically) in the context of the test_that framework
  • One of the examples in the help file for the languageEntropy function referred to the wrong example dataset; all help files should run now
  • Continuous integration and coverage checks have been added for unit tests