Skip to content

Commit

Permalink
Fix vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
gongcastro committed Sep 4, 2024
1 parent b57699f commit 3159993
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 55 deletions.
80 changes: 40 additions & 40 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -21,43 +21,43 @@ export(prop_adj)
export(track_progress)
import(dplyr)
import(rlang)
importFrom(cli, cli_abort)
importFrom(cli, cli_alert_success)
importFrom(cli, cli_alert_warning)
importFrom(cli, cli_progress_done)
importFrom(cli, cli_progress_step)
importFrom(cli, cli_progress_update)
importFrom(cli, qty)
importFrom(dplyr, across)
importFrom(dplyr, case_when)
importFrom(dplyr, distinct)
importFrom(dplyr, filter)
importFrom(dplyr, if_any)
importFrom(dplyr, mutate)
importFrom(dplyr, n)
importFrom(formr, formr_connect)
importFrom(formr, formr_raw_results)
importFrom(googlesheets4, gs4_auth)
importFrom(googlesheets4, gs4_has_token)
importFrom(googlesheets4, read_sheet)
importFrom(janitor, make_clean_names)
importFrom(lifecycle, deprecated)
importFrom(lubridate, as_date)
importFrom(lubridate, as_datetime)
importFrom(lubridate, time_length)
importFrom(lubridate, today)
importFrom(magrittr, "%>%")
importFrom(purrr, map)
importFrom(purrr, set_names)
importFrom(readxl, excel_sheets)
importFrom(readxl, read_xlsx)
importFrom(rlang, ":=")
importFrom(rlang, .data)
importFrom(rlang, as_label)
importFrom(rlang, as_name)
importFrom(rlang, enquo)
importFrom(rlang, enquos)
importFrom(tibble, tibble)
importFrom(tidyr, pivot_longer)
importFrom(tidyr, pivot_wider)
importFrom(utils, browseURL)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_step)
importFrom(cli,cli_progress_update)
importFrom(cli,qty)
importFrom(dplyr,across)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,if_any)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(formr,formr_connect)
importFrom(formr,formr_raw_results)
importFrom(googlesheets4,gs4_auth)
importFrom(googlesheets4,gs4_has_token)
importFrom(googlesheets4,read_sheet)
importFrom(janitor,make_clean_names)
importFrom(lifecycle,deprecated)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(lubridate,time_length)
importFrom(lubridate,today)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,set_names)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_xlsx)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(utils,browseURL)
2 changes: 1 addition & 1 deletion R/logs.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ bvq_logs <- function(participants = bvq_participants(),
complete_items = sum(!is.na(response)),
.by = one_of(grouping_vars)
) %>%
inner_join(total_items, by = join_by(version, version_list))
inner_join(total_items, by = join_by(version, version_list)) |>
left_join(select(participants, -c(date_birth, version, version_list)),
by = join_by(child_id, time, response_id)
) %>%
Expand Down
4 changes: 3 additions & 1 deletion man/bvq_connect.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions man/bvq_norms.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/track_progress.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3159993

Please sign in to comment.