Skip to content

Commit

Permalink
moved rlang to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrhwld committed Sep 27, 2023
1 parent 697b6d7 commit 99ad586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Imports:
ggdensity,
isoband,
purrr,
rlang,
sf,
sfheaders,
tibble,
Expand All @@ -32,8 +33,7 @@ Suggests:
readr,
rmarkdown,
testthat (>= 3.0.0),
tidyr,
rlang
tidyr
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Expand Down
3 changes: 1 addition & 2 deletions usethis_hist.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ usethis::use_github()

# Dependencies ----

## depends ----
usethis::use_package("rlang", type = "Depends")


## imports ----
Expand All @@ -58,6 +56,7 @@ usethis::use_package("tidyr")
usethis::use_package("sfheaders")
usethis::use_package("vctrs")
usethis::use_package("cli")
usethis::use_package("rlang")

## suggests ----
usethis::use_package("readr", type = "Suggests")
Expand Down

0 comments on commit 99ad586

Please sign in to comment.