add sqlite db for metadata build info

This commit is contained in:
Patrick Schratz 2024-06-03 23:10:30 +02:00
commit fe99870a94
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -12,6 +12,8 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
cli,
DBI,
dplyr,
gert,
lubridate,
magrittr,
@ -20,4 +22,5 @@ Imports:
pkgbuild,
progressr,
purrr,
RSQLite,
xml2