File tree Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,8 @@ Depends:
1818 R (>= 3.6.0)
1919Imports:
2020 cli,
21- glue,
22- lifecycle,
2321 methods,
24- rlang (>= 1.1.0),
25- withr
22+ rlang (>= 1.1.0)
2623Suggests:
2724 covr,
2825 curl,
Original file line number Diff line number Diff line change @@ -213,7 +213,5 @@ exportClasses(xml_missing)
213213exportClasses(xml_node)
214214exportClasses(xml_nodeset)
215215import(rlang)
216- importFrom(glue,glue)
217- importFrom(lifecycle,deprecated)
218216importFrom(methods,setOldClass)
219217useDynLib(xml2, .registration = TRUE)
Original file line number Diff line number Diff line change 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 ).
Original file line number Diff line number Diff line change 33
44# # usethis namespace: start
55# ' @import rlang
6- # ' @importFrom glue glue
7- # ' @importFrom lifecycle deprecated
86# # usethis namespace: end
97NULL
You can’t perform that action at this time.
0 commit comments