Skip to content

Commit 7208252

Browse files
committed
Make Hadley the maintainer
cc @hadley
1 parent a1bea33 commit 7208252

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ Version: 1.3.2.9001
44
Authors@R:
55
c(person(given = "Hadley",
66
family = "Wickham",
7-
role = "aut",
7+
role = c("aut", "cre"),
88
email = "hadley@rstudio.com"),
99
person(given = "Jim",
1010
family = "Hester",
11-
role = c("aut", "cre"),
12-
email = "jim.hester@rstudio.com"),
11+
role = "aut"),
1312
person(given = "Jeroen",
1413
family = "Ooms",
1514
role = "aut"),

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+
* Hadley Wickham is now (again) the maintainer.
4+
35
* xml2 has been re-licensed as MIT (#317).
46

57
* `xml_find_all.xml_nodeset()` gains a `flatten` argument to control whether to return a single nodeset or a list of nodesets (#311, @jakejh)

0 commit comments

Comments
 (0)