build-cran-binaries/NAMESPACE
2024-07-24 22:09:19 +02:00

44 lines
1.2 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(set_bin_path)
export(set_codename)
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)
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(pkgbuild,build)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(s3fs,s3_dir_ls)
importFrom(s3fs,s3_file_exists)
importFrom(s3fs,s3_file_system)
importFrom(s3fs,s3_file_upload)
importFrom(xml2,read_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_text)