cleanup and reorg
This commit is contained in:
parent
995ca841d6
commit
2e5939ace8
1 changed files with 103 additions and 68 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue