diff --git a/.Rbuildignore b/.Rbuildignore index 52a0265..06a21eb 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -8,3 +8,4 @@ _\.new\.png$ ^e2e_tests$ ^CRAN-SUBMISSION$ ^cran-comments\.md$ +docs diff --git a/DESCRIPTION b/DESCRIPTION index 5a05d5e..cd13172 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: reactable.extras Title: Extra Features for 'reactable' Package -Version: 0.2.0.9001 +Version: 0.2.1 Authors@R: c( person("Recle", "Vibal", role = c("aut", "cre"), email = "opensource+recle@appsilon.com"), diff --git a/NEWS.md b/NEWS.md index 0d030a4..a1086ed 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# reactable.extras (development) +# reactable.extras 0.2.1 - Fix server-side processing example. - Dropdown now work with a singular choice. diff --git a/README.md b/README.md index 510c249..b271391 100644 --- a/README.md +++ b/README.md @@ -97,11 +97,11 @@ Reporting a bug is also helpful - please use [GitHub issues](https://github.com/ Appsilon is a **Posit (formerly RStudio) Full Service Certified Partner**.
-Learn more at [appsilon.com](https://appsilon.com). +Learn more at [appsilon.com](https://www.appsilon.com/). Get in touch [opensource@appsilon.com](mailto:opensource@appsilon.com) -Explore the [Rhinoverse](https://rhinoverse.dev) - a family of R packages built around [Rhino](https://appsilon.github.io/rhino/)! +Explore the [Rhinoverse](https://www.appsilon.com/rhinoverse) - a family of R packages built around [Rhino](https://appsilon.github.io/rhino/)! Subscribe for Shiny tutorials, exclusive articles, R/Shiny community events, and more. diff --git a/cran-comments.md b/cran-comments.md index ea3d668..4986ab7 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,11 @@ +# 0.2.1 + +## R CMD check results + +0 errors | 0 warnings | 0 notes + +# 0.2.0 + # Resubmission > Please note that package names are case sensitive. 'Shiny' --> 'shiny'