Skip to content

Commit

Permalink
remove unused rlang
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherkenny committed May 30, 2024
1 parent 2d04773 commit 3ef83e1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
rlang,
cli,
glue,
curl,
Expand All @@ -26,7 +25,7 @@ Suggests:
testthat (>= 3.0.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
LazyData: true
URL: https://github.com/alarm-redist/tinytiger,
https://alarm-redist.org/tinytiger/
Expand Down
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,3 @@ export(tt_uac)
export(tt_unified_school_districts)
export(tt_voting_districts)
export(tt_zcta)
importFrom(rlang,"%||%")
importFrom(rlang,expr)
6 changes: 0 additions & 6 deletions R/tinytiger-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,5 @@
#' cache will be in a temporary directory that does not persist between
#' sessions.
#'
#' @importFrom rlang expr
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom rlang %||%
## usethis namespace: end
NULL

0 comments on commit 3ef83e1

Please sign in to comment.