Skip to content

Commit

Permalink
Move dplyr to Imports and dv.manager to Suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkorb committed Apr 29, 2024
1 parent e844360 commit eb8c593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ LazyData: true
Suggests:
datasets (>= 4.0.0),
devtools (>= 2.4.0),
dplyr (>= 1.0.5),
dv.manager (>= 2.0.0-17),
knitr (>= 1.43),
pharmaverseadam (>= 0.1.0),
shinytest2 (>= 0.3.1),
testthat (>= 3.0.2)
Config/testthat/edition: 3
Imports:
checkmate (>= 2.1.0),
dplyr (>= 1.0.5),
DT (>= 0.18),
htmlwidgets (>= 1.6.2),
magrittr (>= 2.0.3),
Expand All @@ -39,8 +40,7 @@ Imports:
shinyFeedback (>= 0.4.0),
shinyjs (>= 2.1.0),
shinyWidgets (>= 0.8.0),
tibble (>= 3.2.1),
dv.manager (>= 2.0.0-17)
tibble (>= 3.2.1)
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Remotes: boehringer-ingelheim/dv.manager@main
Expand Down

0 comments on commit eb8c593

Please sign in to comment.