surveydata 0.2.6
-----------------

Changes:

* Deprecate `as.tbl()` because `tibble` no longer exports this.  Use `as_tibble()` instead.
* Changes to test suite to comply with `testthat_3.0.0`


surveydata 0.2.5
-----------------

Changes:

* Minor change in example to pass R CMD check


surveydata 0.2.4
-----------------

Changes:

* No new functionality
* Removed dependency on `stringr` #8, contributed by [Evan Odell](https://github.com/evanodell)
* Removed dependency on `plyr`
* More documentation improvements and cleanup of `pkgdown`
* Minor changes to documentation in response to stricter R CMD check warnings



surveydata 0.2.3 (2019-01-19)
-----------------


Changes:

* No new functionality
* Internal changes to comply with `dplyr_0.1.2`
* Documentation improvements, including spell check and improved `pkgdown`




surveydata 0.2.2 (2018-12-06)
-----------------


New functionality:

* Add `print_opentext()`

Other changes:

* Fix some package `Imports:` problems.


surveydata 0.2.1 (2018-01-17)
-----------------

Breaking changes:

* Most of the functions now have `snake_case` names that are more descriptive, e.g. `qText()` is now `question_text()`.
* The `question_text()` function now returns all text if the question number is empty.


New functionality:

* New set of plotting functions

Other changes:

* Package documentation built with `pkgdown`


surveydata 0.2.0 (2017-07-19)
-----------------

Changes:

* Supports `dplyr` verbs, including `mutate()`, `filter()`, `arrange()` and `select()`
* Updated vignette


surveydata 0.1-14 (2013-10-25)
-----------------

Changes:

* Added `README.md` to `.Rbuildignore` to comply with CRAN


surveydata 0.1-12 (2013-01-05)
-----------------

Changes:

* When `drop=TRUE`, `[.surveydata` simplifies the results and returns a vector, similar to `[.data.frame`


surveydata 0.1-10 (2012-12-27)
-----------------

Changes:

* Removed `XLConnect` functions for survey translation, and included in separate `surveytranslate` package.
* Added vignette.
* First submission to CRAN.


surveydata 0.1-09 (2012-12-27)
-----------------

Changes:

* No functional changes.
* Complete overhaul and review of documentation, to get package ready for first release to CRAN.


surveydata 0.1-08 (17/8/2012)
-----------------

Changes:

* Added `writeQuestionExcel()` and `readQuestionExcel()` for exporting and importing questions for easy translation or recoding.
* Added `dropout()` to calculate where respondents drop out from survey.


surveydata 0.1-07 (13/7/2012)
-----------------

Changes:
* Bug fixes in `[.surveydata`
* Added warning in `as.surveydata()` if names and varlabel names don't match.

surveydata 0.1-06 (9/7/2012)
-----------------

Changes:

* Added method for `[<-.surveydata`


surveydata 0.1-05 (29/6/2012)
-----------------

Changes:

* Documentation improvements and small issue fixes.
* `[.surveydata` now uses `drop=FALSE` by default.


surveydata 0.1-04 (13/5/2012)
-----------------

New features:

* Modified pattern search to have sep and exclude, rather than a regex (as.surveydata, which.q. etc.).
* Merged surveyortools package: encoding and cleandata.

surveydata 0.1-03 (31/10/2011)
-----------------

New features:

* Now imports packages rather than declaring dependencies..


surveydata 0.1-00
-----------------

New features:

* First alpha release.
* `varlabels` and `varlabels<-` to read and modify `variable.labels` attribute.
* `pattern` and `pattern<-` to set regex pattern that defines unique questions.
* `qText` returns question text using regex patterns.
* extracts subsets with regex patterns using, for example `surveydata[, "Q1"]`.