Skip to content

Commit 69a281a

Browse files
committed
Make jenny the maintainer
cc @jenny
1 parent d247d52 commit 69a281a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ Authors@R:
77
role = "aut"),
88
person(given = "Jim",
99
family = "Hester",
10-
role = c("aut", "cre"),
10+
role = "aut",
1111
email = "jim.hester@rstudio.com"),
1212
person(given = "Winston",
1313
family = "Chang",
1414
role = "aut"),
15+
person(given = "Jennifer",
16+
family = "Bryan",
17+
role = c("aut", "cre"),
18+
email = "jenny@rstudio.com",
19+
comment = c(ORCID = "0000-0002-6983-2759")),
1520
person(given = "RStudio",
1621
role = c("cph", "fnd")))
1722
Description: Collection of package development tools.

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# devtools (development version)
22

33
* New `check_mac_release()` function to check a package using the macOS builder at https://mac.r-project.org/macbuilder/submit.html (#2375)
4+
* Jenny Bryan is now the official maintainer.
45

56
* `release()` and `submit_cran()` now record submission details using the Debian Control File format, for better machine-readability. This file has a new name, CRAN-SUBMISSION (instead of CRAN-RELEASE) and now includes package version, in addition to the full SHA and a timestamp.
67

0 commit comments

Comments
 (0)