Skip to content

Commit

Permalink
Merge pull request #37 from gongcastro/one-language
Browse files Browse the repository at this point in the history
* Add option to only complete the vocabulary checklist in Catalan OR Spanish
* Fix missing heading in "Household items" section in Catalan checklist
  • Loading branch information
gongcastro authored May 29, 2024
2 parents ecb41e1 + 7f204fa commit 22255b4
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, test, simple-id]
pull_request:
branches: [main, master, test, simple-id]
on: ["push", "pull_request", "fork"]

name: R-CMD-check

Expand Down
2 changes: 1 addition & 1 deletion R/participants.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ bvq_participants <- function(...) {
suppressMessages({
sheet <- read_sheet(ss = "164DMKLRO0Xju0gdfkCS3evAq9ihTgEgFiuJopmqt7mo",
sheet = "Participants",
col_types = "cccciDncccDDclcc",
col_types = "cccciDnccccDDclcc",
.name_repair = janitor::make_clean_names)
})

Expand Down
Binary file modified inst/formr/bvq-v1.0.0/bvq_01_log.xlsx
Binary file not shown.
Binary file modified inst/formr/bvq-v1.0.0/bvq_02_welcome.xlsx
Binary file not shown.
Binary file modified inst/formr/bvq-v1.0.0/bvq_03_consent.xlsx
Binary file not shown.
Binary file modified inst/formr/bvq-v1.0.0/bvq_04_demo.xlsx
Binary file not shown.
Binary file modified inst/formr/bvq-v1.0.0/bvq_06_words_catalan.xlsx
Binary file not shown.

0 comments on commit 22255b4

Please sign in to comment.