add parallel execution

This commit is contained in:
Patrick Schratz 2024-06-02 15:17:33 +02:00
commit de2d7878e3
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

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