From e30636e91b33e2cabf216fb312b80af805f2e85f Mon Sep 17 00:00:00 2001 From: seankross Date: Tue, 24 Sep 2024 21:28:30 -0700 Subject: [PATCH] forgot to export --- NAMESPACE | 1 + R/check_duration.R | 1 + 2 files changed, 2 insertions(+) diff --git a/NAMESPACE b/NAMESPACE index 1765d7b..0b6f85c 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -6,6 +6,7 @@ export(add_gitignore) export(add_team_members) export(add_team_to_repo) export(call_agenda) +export(check_duration) export(create_batch_certificates) export(create_certificate) export(create_github_clinic) diff --git a/R/check_duration.R b/R/check_duration.R index 698612a..c447c8d 100644 --- a/R/check_duration.R +++ b/R/check_duration.R @@ -2,6 +2,7 @@ #' #' @inheritParams call_agenda #' @importFrom cli cli_alert_info +#' @export check_duration <- function(registry_url, cohort_id, call_number, cohort_sheet = "cohort_metadata", call_sheet = "call_metadata"){