Skip to content

v1.0.0

Compare
Choose a tag to compare
@gongcastro gongcastro released this 06 Oct 15:55
· 47 commits to main since this release
0228e37

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