This commit is contained in:
Patrick Schratz 2024-07-23 23:22:25 +02:00
commit 7610e0507b
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -31,10 +31,12 @@ importFrom(lubridate,as_date)
importFrom(lubridate,dmy_hms)
importFrom(magrittr,"%>%")
importFrom(pak,local_install_dev_deps)
importFrom(paws.storage,s3)
importFrom(pkgbuild,build)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(s3fs,s3_file_exists)
importFrom(s3fs,s3_file_system)
importFrom(s3fs,s3_file_upload)
importFrom(xml2,read_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)