Skip to content

Commit 005b786

Browse files
authored
Remove unused dependencies (#403)
1 parent 2ffd1bd commit 005b786

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

DESCRIPTION

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ Depends:
1818
R (>= 3.6.0)
1919
Imports:
2020
cli,
21-
glue,
22-
lifecycle,
2321
methods,
24-
rlang (>= 1.1.0),
25-
withr
22+
rlang (>= 1.1.0)
2623
Suggests:
2724
covr,
2825
curl,

NAMESPACE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,5 @@ exportClasses(xml_missing)
213213
exportClasses(xml_node)
214214
exportClasses(xml_nodeset)
215215
import(rlang)
216-
importFrom(glue,glue)
217-
importFrom(lifecycle,deprecated)
218216
importFrom(methods,setOldClass)
219217
useDynLib(xml2, .registration = TRUE)

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# xml2 (development version)
22

3+
* Remove unused dependencies on glue, withr and lifecycle (@mgirlich).
4+
35
# xml2 1.3.5
46

57
* Small speedup for `xml_find_all()` (@mgirlich, #393).

R/xml2-package.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33

44
## usethis namespace: start
55
#' @import rlang
6-
#' @importFrom glue glue
7-
#' @importFrom lifecycle deprecated
86
## usethis namespace: end
97
NULL

0 commit comments

Comments
 (0)