- Make grammar questions compulsory
- New grammar questionnaire in Catalan and Spanish (by Mireia Marimon).
- New processing functions for the grammar questionnaires
- New
track_progressfunction to show a participant's progress throughout the questionnaire - Changes some wording for consistency in the instructions (e.g., in Catalan, "fill/a" and "nado" become "nen/a")
- Minor refactoring in utils.R
- Renamed
bvq_responses()tobvq_responses_vocab()
- New function
launch_app()that opens the BVQ app (see https://github.com/gongcastro/bvq-app) on a browser - Fixed
n_lemmascore for itemcat_gosinpool(#33) - Add item
cat_vaixellto Catalan checklist, which was missing (#32) - Some minor refactoring for readability
- New formr run named BVQ (
bvq-1.0.0). - Remove items about COVID-19 lockdown
- Fix the following item names (according to utils function
fix_item()):cat_parc->cat_parc1cat_voler->cat_voler1cat_voler3->cat_voler2cat_despres1->cat_desprescat_peix->cat_peix1cat_estar->cat_estar1cat_anar->cat_anar1spa_querer->spa_querer1spa_ir->spa_ir1
- Importing function incorporate this run to the workflow
idis nowchild_idcodeis nowresponse_id- Remove any other participant-level identifier (the crossing between
child_idandresponseis already unambiguous).
- Subsequent versions of
bvqwill be named using the numeric0.0.0format - Previous version names have been changed in the package too:
BL-Short->bvq-shortBL-Long->bvq-longBL-Lockdown->bvq-lockdown
collect_survey()now retrieves survey names from new util functionget_bvq_runs()
- Fixtures have been made smaller in size
- formr surveys are now stored in
inst/formrfor reproducibility
- Switch most functions to base R. I made this decision in order to learn R base a bit better. Performance differences are negligible, and the user interface remains the same.
- Phonology functions and datasets have been removed, and will be included in a different package.
bvq_vocabulary()now has a better naming system.
- Refactor
bvq_vocabulary()andbvq_norms()to use rlang and the dynamic dots (...) (#20) operator - Refactor
bvq_vocabulary()breaking it up into smaller helper functions - Update documentation
- Refactor
get_time_stamp()andget_doe()to use rlang - Add examples and tests for
get_time_stamp()andget_doe() - Add documentation for new version of
bvq_norms()in its vignette - Use .covrignore
- Replace
group_by()/ungroup()for experimental argument.byin dplyr functions
- Add vignettes for
bvq_connect(),bvq_responses(),bvq_vocabulary(), andbvq_norms() - Fix citation
- Fix
.byargument inbvq_vocabulary() - Change base font in site
- Package name changes from {bvqdev} to {bvq}
- New phonology functions
- Remove {ipa} dependency
- Tests for the
vowelsandconsonantsdatasets - Now X-SAMPA is used exclusively instead of IPA
bvq_vocabulary()has been refactored (major speed improvement), now column names are shorter, and only "proportion" is set as default.scaleargument (scalein previous versions)- Removed unused argument
runsinimport_*()functions - Some adjustments for integration in the r-universe
- Added a
NEWS.mdfile to track changes to the package.