Skip to content

Releases: gongcastro/bvq

v1.0.2

29 May 11:59
69ddd40
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.1...v1.0.2

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Oct 14:42
ecb41e1
Compare
Choose a tag to compare

Main changes

  • New function launch_app() that opens the BVQ app (see https://github.com/gongcastro/bvq-app) on a browser
  • Fixed n_lemma score for item cat_gos in pool (#33)
  • Add item cat_vaixell to Catalan checklist, which was missing (#32)
  • Some minor refactoring for readability

Other changes

Full Changelog: v1.0.0...v1.0.1

v1.0.0

06 Oct 15:55
0228e37
Compare
Choose a tag to compare

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_parc1
    • cat_voler -> cat_voler1
    • cat_voler3 -> cat_voler2
    • cat_despres1 -> cat_despres
    • cat_peix -> cat_peix1
    • cat_estar -> cat_estar1
    • cat_anar -> cat_anar1
    • spa_querer -> spa_querer1
    • spa_ir -> spa_ir1
  • Importing function incorporate this run to the workflow

New ID scheme:

  • id is now child_id
  • code is now response_id
  • Remove any other participant-level identifier (the crossing between child_id and response is already unambiguous).

New versioning system

  • Subsequent versions of bvq will be named using the numeric 0.0.0 format
  • Previous version names have been changed in the package too:
    • BL-Short -> bvq-short
    • BL-Long -> bvq-long
    • BL-Lockdown -> bvq-lockdown
  • collect_survey() now retrieves survey names from new util function get_bvq_runs()

Other changes

  • Fixtures have been made smaller in size
  • formr surveys are now stored in inst/formr for reproducibility

v0.4.0

13 Sep 18:01
b518b9f
Compare
Choose a tag to compare
  • 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.

bvq 0.3.2

13 May 08:24
bf01d1d
Compare
Choose a tag to compare
  • Refactor bvq_vocabulary() and bvq_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

Full Changelog: v0.3.0...v0.3.2

v0.3.0

08 May 14:03
Compare
Choose a tag to compare
  • Add vignettes for bvq_connect(), bvq_responses(), bvq_vocabulary(), and bvq_norms()
  • Fix citation
  • Fix .by argument in bvq_vocabulary()
  • Change base font in site
  • Remove stringr from dependencies
  • Update documentation
  • Refactor bvq_norms()

What's Changed

Full Changelog: v0.2.0...v0.3.0

What's Changed

Full Changelog: v0.2.0...v0.3.0

What's Changed

Full Changelog: v0.2.0...v0.3.0

bvq 0.2.0

23 Apr 15:24
351450a
Compare
Choose a tag to compare
  • Package name changes from {bvqdev} to {bvq}
  • New phonology functions
  • Remove {ipa} dependency
  • Tests for the vowels and consonants datasets
  • 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 .scale argument (scale in previous versions)
  • Removed unused argument runs in import_*() functions
  • Some adjustments for integration in the r-universe