Recent Releases of bvq
bvq - v1.0.2
What's Changed
- Add option to only complete the vocabulary checklist in Catalan OR Spanish by @gongcastro in https://github.com/gongcastro/bvq/pull/37
- Add new function to retrieve item properties. by @gongcastro in https://github.com/gongcastro/bvq/pull/40
- Add documentation for
bvq_itemsby @gongcastro in https://github.com/gongcastro/bvq/pull/41 - Fix dependencies and exports by @gongcastro in https://github.com/gongcastro/bvq/pull/42
Full Changelog: https://github.com/gongcastro/bvq/compare/v1.0.1...v1.0.2
- R
Published by gongcastro over 1 year ago
bvq - v1.0.1
Main changes
- 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
Other changes
- Fix buggy
case_when()by @gongcastro in https://github.com/gongcastro/bvq/pull/28 - v1.0.0 by @gongcastro in https://github.com/gongcastro/bvq/pull/29
- Test by @gongcastro in https://github.com/gongcastro/bvq/pull/30
- Test by @gongcastro in https://github.com/gongcastro/bvq/pull/31
- v1.0.1 by @gongcastro in https://github.com/gongcastro/bvq/pull/34
Full Changelog: https://github.com/gongcastro/bvq/compare/v1.0.0...v1.0.1
- R
Published by gongcastro over 2 years ago
bvq - v1.0.0
formr implementation
- 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
New ID scheme:
idis nowchild_idcodeis nowresponse_id- Remove any other participant-level identifier (the crossing between
child_idandresponseis already unambiguous).
New versioning system
- 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()
Other changes
- Fixtures have been made smaller in size
- formr surveys are now stored in
inst/formrfor reproducibility
- R
Published by gongcastro over 2 years ago
bvq - v0.4.0
- 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.
- R
Published by gongcastro over 2 years ago
bvq - bvq 0.3.2
- 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
What's Changed
- Test by @gongcastro in https://github.com/gongcastro/bvq/pull/14
- Test by @gongcastro in https://github.com/gongcastro/bvq/pull/15
- Test by @gongcastro in https://github.com/gongcastro/bvq/pull/16
- Add example by @gongcastro in https://github.com/gongcastro/bvq/pull/18
- Replace
group_by()/ungroup()for experimental argument.byin d… by @gongcastro in https://github.com/gongcastro/bvq/pull/19 - Test by @gongcastro in https://github.com/gongcastro/bvq/pull/21
Full Changelog: https://github.com/gongcastro/bvq/compare/v0.3.0...v0.3.2
- R
Published by gongcastro almost 3 years ago
bvq - v0.3.0
- Add vignettes for
bvq_connect(),bvq_responses(),bvq_vocabulary(), andbvq_norms() - Fix citation
- Fix
.byargument inbvq_vocabulary() - Change base font in site
- Remove stringr from dependencies
- Update documentation
- Refactor
bvq_norms()
What's Changed
- Simple by @gongcastro in https://github.com/gongcastro/bvq/pull/9
- Test by @gongcastro in https://github.com/gongcastro/bvq/pull/10
- Test by @gongcastro in https://github.com/gongcastro/bvq/pull/11
Full Changelog: https://github.com/gongcastro/bvq/compare/v0.2.0...v0.3.0
What's Changed
- Simple by @gongcastro in https://github.com/gongcastro/bvq/pull/9
- Test by @gongcastro in https://github.com/gongcastro/bvq/pull/10
- Test by @gongcastro in https://github.com/gongcastro/bvq/pull/11
Full Changelog: https://github.com/gongcastro/bvq/compare/v0.2.0...v0.3.0
What's Changed
- Simple by @gongcastro in https://github.com/gongcastro/bvq/pull/9
- Test by @gongcastro in https://github.com/gongcastro/bvq/pull/10
- Test by @gongcastro in https://github.com/gongcastro/bvq/pull/11
Full Changelog: https://github.com/gongcastro/bvq/compare/v0.2.0...v0.3.0
- R
Published by gongcastro almost 3 years ago
bvq - bvq 0.2.0
- 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
- R
Published by gongcastro almost 3 years ago