Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export(xml_to_var_spec)
import(R6)
importFrom(cli,ansi_collapse)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_bullets)
importFrom(cli,cli_div)
Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @importFrom readxl excel_sheets read_excel
#' @importFrom tibble tibble as_tibble
#' @importFrom readxl excel_sheets read_excel
#' @importFrom cli ansi_collapse cli_abort cli_inform cli_alert_success cli_warn cli_bullets cli_div cli_end cli_par cli_rule cli_text col_red qty
#' @importFrom cli ansi_collapse cli_abort cli_inform cli_alert_success cli_alert_info cli_warn cli_bullets cli_div cli_end cli_par cli_rule cli_text col_red qty
#' @importFrom xml2 read_xml xml_find_all xml_find_first xml_attr xml_ns_strip xml_text
NULL

Expand Down
Loading