add parallel execution
This commit is contained in:
parent
5e32452d09
commit
de2d7878e3
1 changed files with 116 additions and 38 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Generated by roxygen2: do not edit by hand
|
||||
|
||||
import(progressr)
|
||||
importFrom(cli,cli_alert_info)
|
||||
importFrom(future,plan)
|
||||
importFrom(future.apply,future_mapply)
|
||||
importFrom(gert,git_config_set)
|
||||
importFrom(lubridate,as_date)
|
||||
importFrom(lubridate,dmy_hms)
|
||||
|
|
|
|||
Loading…
Reference in a new issue