Skip to content

Commit

Permalink
forgot to export
Browse files Browse the repository at this point in the history
  • Loading branch information
seankross committed Sep 25, 2024
1 parent a69c4ab commit e30636e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions R/check_duration.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"){
Expand Down

0 comments on commit e30636e

Please sign in to comment.