add error to metadata table
This commit is contained in:
parent
d1e4c48104
commit
687b2cea36
1 changed files with 6 additions and 185 deletions
|
|
@ -4,6 +4,7 @@ export(build_binary_package)
|
|||
export(build_single_tag)
|
||||
export(dbcon)
|
||||
export(install_package_system_dependencies)
|
||||
export(list_metadata_tables)
|
||||
export(set_bin_path)
|
||||
export(set_codename)
|
||||
export(upload_single_binary_to_s3)
|
||||
|
|
@ -17,13 +18,11 @@ 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(dplyr,tbl)
|
||||
importFrom(future,plan)
|
||||
importFrom(future.apply,future_mapply)
|
||||
importFrom(gert,git_config_set)
|
||||
|
|
|
|||
Loading…
Reference in a new issue