Changes in version 0.2.8 (2026-01-17) o No functional changes. o Minor update to support `tibble::as_tibble()`, as proposed by @DavisVaughan in #10 o Update minimum R version required to R-4.1.0, since this is the minimum requirement from `purrr` and other tidyverse packages Changes in version 0.2.7 (2023-03-12) o No functional changes. Changes in version 0.2.6 (2020-09-15) Changes o Deprecate `as.tbl()` because `tibble` no longer exports this. Use `as_tibble()` instead. o Changes to test suite to comply with `testthat_3.0.0` Changes in version 0.2.5 (2020-04-21) Changes o Minor change in example to pass R CMD check Changes in version 0.2.4 (2020-02-04) Changes o No new functionality o Removed dependency on `stringr` #8, contributed by [Evan Odell](https://github.com/evanodell) o Removed dependency on `plyr` o More documentation improvements and cleanup of `pkgdown` o Minor changes to documentation in response to stricter R CMD check warnings Changes in version 0.2.3 (2019-01-23) Changes o No new functionality o Internal changes to comply with `dplyr_0.1.2` o Documentation improvements, including spell check and improved `pkgdown` Changes in version 0.2.2 (2018-12-06) New functionality o Add `print_opentext()` Other changes o Fix some package `Imports:` problems. Changes in version 0.2.1 Breaking changes o Most of the functions now have `snake_case` names that are more descriptive, e.g. `qText()` is now `question_text()`. o The `question_text()` function now returns all text if the question number is empty. New functionality o New set of plotting functions Other changes o Package documentation built with `pkgdown` Changes in version 0.2.0 (2017-07-19) Changes o Supports `dplyr` verbs, including `mutate()`, `filter()`, `arrange()` and `select()` o Updated vignette Changes in version 0.1-14 (2013-10-22) Changes o Added `README.md` to `.Rbuildignore` to comply with CRAN Changes in version 0.1-12 Changes o When `drop=TRUE`, `[.surveydata` simplifies the results and returns a vector, similar to `[.data.frame` Changes in version 0.1-10 Changes o Removed `XLConnect` functions for survey translation, and included in separate `surveytranslate` package. o Added vignette. o First submission to CRAN. Changes in version 0.1-09 Changes o No functional changes. o Complete overhaul and review of documentation, to get package ready for first release to CRAN. Changes in version 0.1-08 Changes o Added `writeQuestionExcel()` and `readQuestionExcel()` for exporting and importing questions for easy translation or recoding. o Added `dropout()` to calculate where respondents drop out from survey. Changes in version 0.1-07 Changes o Bug fixes in `[.surveydata` o Added warning in `as.surveydata()` if names and varlabel names don't match. Changes in version 0.1-06 Changes o Added method for `[<-.surveydata` Changes in version 0.1-05 Changes o Documentation improvements and small issue fixes. o `[.surveydata` now uses `drop=FALSE` by default. Changes in version 0.1-04 New features o Modified pattern search to have sep and exclude, rather than a regex (as.surveydata, which.q. etc.). o Merged surveyortools package: encoding and cleandata. Changes in version 0.1-03 New features o Now imports packages rather than declaring dependencies.. Changes in version 0.1-00 New features o First alpha release. o `varlabels` and `varlabels<-` to read and modify `variable.labels` attribute. o `pattern` and `pattern<-` to set regex pattern that defines unique questions. o `qText` returns question text using regex patterns. o extracts subsets with regex patterns using, for example `surveydata[, "Q1"]`.