Skip to content

Commit

Permalink
Remove unused dependencies (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgirlich authored Oct 30, 2023
1 parent 2ffd1bd commit 005b786
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
5 changes: 1 addition & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ Depends:
R (>= 3.6.0)
Imports:
cli,
glue,
lifecycle,
methods,
rlang (>= 1.1.0),
withr
rlang (>= 1.1.0)
Suggests:
covr,
curl,
Expand Down
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,5 @@ exportClasses(xml_missing)
exportClasses(xml_node)
exportClasses(xml_nodeset)
import(rlang)
importFrom(glue,glue)
importFrom(lifecycle,deprecated)
importFrom(methods,setOldClass)
useDynLib(xml2, .registration = TRUE)
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# xml2 (development version)

* Remove unused dependencies on glue, withr and lifecycle (@mgirlich).

# xml2 1.3.5

* Small speedup for `xml_find_all()` (@mgirlich, #393).
Expand Down
2 changes: 0 additions & 2 deletions R/xml2-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@

## usethis namespace: start
#' @import rlang
#' @importFrom glue glue
#' @importFrom lifecycle deprecated
## usethis namespace: end
NULL

0 comments on commit 005b786

Please sign in to comment.