Skip to content

Commit f1c5229

Browse files
authored
Merge pull request #42 from Appsilon/pre-release-changes
Pre release changes
2 parents 6b10ef1 + bb2a1b2 commit f1c5229

15 files changed

Lines changed: 19 additions & 22 deletions

DESCRIPTION

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
Type: Package
22
Package: reactable.extras
33
Title: Extra Features for 'Reactable' Package
4-
Version: 0.1.0.9000
4+
Version: 0.2.0
55
Authors@R:
66
c(
77
person("Recle", "Vibal", role = c("aut", "cre"), email = "opensource+recle@appsilon.com"),
88
person("Ivan", "Hrychaniuk", role = c("aut"), email = "ivan.hrychaniuk@appsilon.com"),
9+
person("Andres", "Quintero", role = c("aut"), email = "afquinteromoreano@gmail.com"),
910
person("Pedro", "Silva", role = c("aut"), email = "pedro@appsilon.com"),
11+
person("Eduardo", "Almeida", role = c("ctb"), email = "eduardo@appsilon.com"),
1012
person("Appsilon Sp. z o.o.", role = "cph", email = "opensource@appsilon.com")
1113
)
12-
Description: A set of extensions for 'reactable' package.
14+
Description: Enhanced functionality for 'reactable' in 'Shiny' applications, offering interactive and dynamic data table capabilities with ease.
15+
With 'reactable.extras', easily integrate a range of functions and components to enrich your 'Shiny' apps and facilitate user-friendly data exploration.
1316
License: LGPL-3
1417
URL: https://appsilon.github.io/reactable.extras/, https://github.com/Appsilon/reactable.extras
1518
BugReports: https://github.com/Appsilon/reactable.extras/issues

NEWS.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# reactable.extras (development version)
1+
# reactable.extras 0.2.0
22

3-
# reactable.extras 0.1.0.9000
4-
5-
## Server-Side Processing
6-
7-
* `reactable_extras_ui()` and `reactable_extras_server()` now allows for server-side processing of data.
8-
9-
## Miscellaneous
10-
11-
* Added a `NEWS.md` file to track changes to the package.
3+
First release.

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# reactable.extras
1+
# reactable.extras <a href="https://appsilon.github.io/reactable.extras/"><img src="man/figures/logo.png" align="right" alt="reactable.extras logo" style="height: 140px;"></a>
22

33
> _Extra features for reactable package_
44
@@ -72,14 +72,14 @@ server <- function(input, output, session) {
7272
)
7373
)
7474
})
75-
75+
7676
observeEvent(input$button, {
7777
showModal(modalDialog(
7878
title = "Selected row data",
7979
reactable(data[input$button$row, ])
8080
))
8181
})
82-
82+
8383
}
8484

8585
shinyApp(ui, server)
@@ -103,4 +103,6 @@ Get in touch [opensource@appsilon.com](mailto:opensource@appsilon.com)
103103

104104
Explore the [Rhinoverse](https://rhinoverse.dev) - a family of R packages built around [Rhino](https://appsilon.github.io/rhino/)!
105105

106-
<a href = "https://appsilon.com/careers/" target="_blank"><img src="https://raw.githubusercontent.com/Appsilon/website-cdn/gh-pages/WeAreHiring1.png" alt="We are hiring!"/></a>
106+
<a href = "https://appsilon.us16.list-manage.com/subscribe?u=c042d7c0dbf57c5c6f8b54598&id=870d5bfc05" target="_blank">
107+
<img src="https://raw.githubusercontent.com/Appsilon/website-cdn/gh-pages/shiny_weekly_light.jpg" alt="Subscribe for Shiny tutorials, exclusive articles, R/Shiny community events, and more."/>
108+
</a>

man/figures/logo.png

91.6 KB
Loading

pkgdown/extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--primary-color: #686868;
2+
--primary-color: #373C6E;
33
}
44

55
.navbar {
12.9 KB
Loading
18.1 KB
Loading
23 KB
Loading
4.9 KB
Loading
6.77 KB
Loading

0 commit comments

Comments
 (0)