Skip to content

Commit 304eaad

Browse files
committed
change maintainer to Joe
1 parent 6a01574 commit 304eaad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Package: DT
22
Type: Package
33
Title: A Wrapper of the JavaScript Library 'DataTables'
4-
Version: 0.32.1
4+
Version: 0.32.2
55
Authors@R: c(
6-
person("Yihui", "Xie", email = "[email protected]", role = c("aut", "cre")),
7-
person("Joe", "Cheng", role = "aut"),
6+
person("Yihui", "Xie", email = "[email protected]", role = "aut"),
7+
person("Joe", "Cheng", role = c("aut", "cre")),
88
person("Xianying", "Tan", role = "aut"),
99
person("JJ", "Allaire", role = "ctb"),
1010
person("Maximilian", "Girlich", role = "ctb"),

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ pak::pak('rstudio/DT')
2525

2626
See the full documentation at <https://rstudio.github.io/DT/>. Please use [Github issues](https://github.com/rstudio/DT/issues) only if you want to file bug reports or feature requests, and you are expected to ask questions on [StackOverflow](https://stackoverflow.com/questions/tagged/dt) with at least the tags `r` and `dt`.
2727

28-
Please note that due to limited resources, this package is mostly in the maintenance-only mode. The current maintainer (Yihui Xie) does not have enough time or interest in developing any new features. The only priority is to fix important bugs. We welcome you to submit pull requests to implement new features or fix bugs, but cannot guarantee these pull requests will be reviewed or merged (we will try our best). Thanks for your understanding! BTW, you may also consider [other packages for making tables](https://bookdown.org/yihui/rmarkdown-cookbook/table-other.html), although **DT** has a few unique features that are unlikely to be available in other packages.
28+
Please note that due to limited resources, this package is currently in the maintenance-only mode. The only priority is to fix important bugs. We welcome you to submit pull requests to implement new features or fix bugs, but cannot guarantee these pull requests will be reviewed or merged (we will try our best). Thanks for your understanding! BTW, you may also consider [other packages for making tables](https://bookdown.org/yihui/rmarkdown-cookbook/table-other.html), although **DT** has a few unique features that are unlikely to be available in other packages.

0 commit comments

Comments
 (0)