65 lines
1.8 KiB
Text
65 lines
1.8 KiB
Text
# Generated by roxygen2: do not edit by hand
|
|
|
|
export(add_to_package_index)
|
|
export(archive_package)
|
|
export(build_binary_package)
|
|
export(build_single_tag)
|
|
export(dbcon)
|
|
export(get_cranberries_feed)
|
|
export(get_new_cran_packages)
|
|
export(get_removed_cran_packages)
|
|
export(get_updated_cran_packages)
|
|
export(install_package_system_dependencies)
|
|
export(list_metadata_tables)
|
|
export(process_cran_updates)
|
|
export(process_cranberries_rss)
|
|
export(query_metadata_table)
|
|
export(set_bin_path)
|
|
export(set_codename)
|
|
export(upload_package_index)
|
|
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(cranlike,update_PACKAGES)
|
|
importFrom(dplyr,bind_rows)
|
|
importFrom(dplyr,filter)
|
|
importFrom(dplyr,group_by)
|
|
importFrom(dplyr,n)
|
|
importFrom(dplyr,summarise)
|
|
importFrom(dplyr,tbl)
|
|
importFrom(fs,file_move)
|
|
importFrom(fs,file_size)
|
|
importFrom(future,plan)
|
|
importFrom(future.apply,future_mapply)
|
|
importFrom(gert,git_clone)
|
|
importFrom(gert,git_config_global_set)
|
|
importFrom(lubridate,"%within%")
|
|
importFrom(lubridate,as_date)
|
|
importFrom(lubridate,dmy_hms)
|
|
importFrom(lubridate,interval)
|
|
importFrom(lubridate,today)
|
|
importFrom(magrittr,"%>%")
|
|
importFrom(pak,local_install_dev_deps)
|
|
importFrom(pkgbuild,build)
|
|
importFrom(progressr,progressor)
|
|
importFrom(progressr,with_progress)
|
|
importFrom(purrr,list_rbind)
|
|
importFrom(purrr,map)
|
|
importFrom(purrr,walk2)
|
|
importFrom(s3fs,s3_dir_ls)
|
|
importFrom(s3fs,s3_file_exists)
|
|
importFrom(s3fs,s3_file_system)
|
|
importFrom(s3fs,s3_file_upload)
|
|
importFrom(stringr,str_split)
|
|
importFrom(xml2,read_xml)
|
|
importFrom(xml2,xml_find_all)
|
|
importFrom(xml2,xml_find_first)
|
|
importFrom(xml2,xml_text)
|