export functions
This commit is contained in:
parent
a30da76c88
commit
d630fc1caa
1 changed files with 12 additions and 4 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# 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)
|
||||
|
|
@ -9,6 +14,7 @@ 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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue