Skip to content

Commit

Permalink
Do not push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 7, 2023
1 parent 414d1a6 commit 863fae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,10 @@ import(cli)
import(dplyr)
import(glue)
import(lifecycle)
import(magrittr, except = c(data_frame))
import(magrittr, except = c(set_names))
import(purrr, except = c(list_along, rep_along, invoke, modify, as_function, flatten_dbl, flatten_lgl, flatten_int, flatten_raw, flatten_chr, splice, flatten, prepend, `%@%`, `%||%`))
import(rlang)
import(tibble, except = c(data_frame))
import(tidyr, except = c(extract))
import(vctrs)
importFrom(grDevices,col2rgb)
Expand Down
2 changes: 1 addition & 1 deletion R/dm-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @import glue
#' @import lifecycle
#' @import vctrs
#' @rawNamespace import(magrittr, except = c(data_frame))
#' @rawNamespace import(tibble, except = c(data_frame))
#' @import dplyr
#' @rawNamespace import(purrr, except = c(list_along, rep_along, invoke, modify, as_function, flatten_dbl, flatten_lgl, flatten_int, flatten_raw, flatten_chr, splice, flatten, prepend, `%@%`, `%||%`))
#' @rawNamespace import(tidyr, except = c(extract))
Expand Down

0 comments on commit 863fae3

Please sign in to comment.