add error to metadata table

This commit is contained in:
Patrick Schratz 2024-07-25 00:04:28 +02:00
commit 687b2cea36
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -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)