build-cran-binaries/NAMESPACE
2024-07-23 23:03:59 +02:00

39 lines
1.1 KiB
Text

# Generated by roxygen2: do not edit by hand
export(build_binary_package)
export(build_single_tag)
export(dbcon)
export(install_package_system_dependencies)
export(upload_single_binary_to_s3)
import(progressr)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbExecute)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbListTables)
importFrom(DBI,dbWriteTable)
importFrom(RPostgres,Postgres)
importFrom(cli,cli_alert_info)
importFrom(cranlike,add_PACKAGES)
importFrom(dplyr,all_vars)
importFrom(dplyr,filter)
importFrom(dplyr,filter_at)
importFrom(dplyr,group_by)
importFrom(dplyr,n)
importFrom(dplyr,summarise)
importFrom(dplyr,vars)
importFrom(future,plan)
importFrom(future.apply,future_mapply)
importFrom(gert,git_config_set)
importFrom(lubridate,as_date)
importFrom(lubridate,dmy_hms)
importFrom(magrittr,"%>%")
importFrom(pak,local_install_dev_deps)
importFrom(paws.storage,s3)
importFrom(pkgbuild,build)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(xml2,read_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_text)