Skip to content

Commit c95609c

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

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 4 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", role = "aut"),
7+
person("Joe", "Cheng", email = "[email protected]", role = c("aut", "cre")),
88
person("Xianying", "Tan", role = "aut"),
99
person("JJ", "Allaire", role = "ctb"),
1010
person("Maximilian", "Girlich", role = "ctb"),
@@ -21,7 +21,6 @@ Authors@R: c(
2121
person("Stéphane", "Laurent", role = c("ctb")),
2222
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
2323
)
24-
Maintainer: Yihui Xie <[email protected]>
2524
Description: Data objects in R can be rendered as HTML tables using the
2625
JavaScript library 'DataTables' (typically via R Markdown or Shiny). The
2726
'DataTables' library has been included in this R package. The package name

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)