add sqlite db for metadata build info
This commit is contained in:
parent
de2d7878e3
commit
fe99870a94
1 changed files with 307 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue