diff --git a/DESCRIPTION b/DESCRIPTION index ff98568f..9c16fe39 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Package: DT Type: Package Title: A Wrapper of the JavaScript Library 'DataTables' -Version: 0.32.1 +Version: 0.32.2 Authors@R: c( - person("Yihui", "Xie", email = "xie@yihui.name", role = c("aut", "cre")), - person("Joe", "Cheng", role = "aut"), + person("Yihui", "Xie", role = "aut"), + person("Joe", "Cheng", email = "joe@posit.co", role = c("aut", "cre")), person("Xianying", "Tan", role = "aut"), person("JJ", "Allaire", role = "ctb"), person("Maximilian", "Girlich", role = "ctb"), @@ -21,7 +21,6 @@ Authors@R: c( person("Stéphane", "Laurent", role = c("ctb")), person(given = "Posit Software, PBC", role = c("cph", "fnd")) ) -Maintainer: Yihui Xie Description: Data objects in R can be rendered as HTML tables using the JavaScript library 'DataTables' (typically via R Markdown or Shiny). The 'DataTables' library has been included in this R package. The package name diff --git a/README.md b/README.md index 95f617d7..f04d642c 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,4 @@ pak::pak('rstudio/DT') See the full documentation at . 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`. -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. +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.