Skip to content

Commit

Permalink
dbplyr
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosell committed Aug 4, 2024
1 parent 8340dd5 commit 666886e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Imports:
ambiorix (>= 2.1.0),
b64,
DBI,
dbplyr,
dplyr,
glue,
htmltools,
Expand Down
7 changes: 4 additions & 3 deletions R/dev.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ rebuild_docs_and_check <- function() {
"devtools",
"usethis",
"ggplot2",
"zeallot",
"uwu"
"zeallot"
)
suggests_packages |> purrr::map(
\(x){usethis::use_package(x, type = "Suggests"); x}
Expand All @@ -50,7 +49,9 @@ rebuild_docs_and_check <- function() {
"stringr",
"DBI",
"RSQLite",
"pool"
"dbplyr",
"pool",
"uwu"
)
imports_packages |> purrr::map(
\(x){usethis::use_package(x, type = "Imports"); x}
Expand Down
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 3.1.12.3
pkgdown: 2.0.9
pkgdown_sha: ~
articles: {}
last_built: 2024-08-04T02:07Z
last_built: 2024-08-04T02:35Z

0 comments on commit 666886e

Please sign in to comment.