cleanup and reorg

This commit is contained in:
Patrick Schratz 2024-07-27 13:33:50 +02:00
commit 2e5939ace8
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -26,15 +26,19 @@ 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_config_set)
importFrom(gert,git_clone)
importFrom(gert,git_config_global_set)
importFrom(lubridate,as_date)
importFrom(lubridate,dmy_hms)
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(s3fs,s3_dir_ls)