Skip to content

Commit

Permalink
Move imports to suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyclements committed Aug 28, 2024
1 parent c7723b2 commit 541a376
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@ License: LGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
testthat,
rmarkdown
Imports:
DBI,
dplyr,
jsonlite,
knitr,
magrittr,
purrr,
rlang,
rmarkdown,
RPostgres,
RSQLite,
stringr,
testthat,
tidyr
VignetteBuilder: knitr

0 comments on commit 541a376

Please sign in to comment.