Shiny module for easily sharing files between users. Admin can add, remove, edit and download file. User can only download file. It's also possible to manage files using R functions directly.
This package provides useful UI components and input widgets for Shiny applications. The offered components allow to apply non-standard operations and view to your Shiny application, but also help to overcome common performance issues.
This package provides an easy-to-use module for adding a chat to a Shiny app. Allows users to send messages and view messages from other users. Messages can be stored in a database or a .rds file.
This package provides functionality for client-side navigation of the server side file system in shiny apps. In case the app is running locally this gives the user direct access to the file system without the need to "download" files to a temporary location. Both file and folder selection as well as file saving is available.
This package provides a collection of highly configurable, touch-enabled knob input controls for shiny'. These components can be styled to fit in perfectly in any app, and allow users to set precise values through many input modalities. Users can touch-and-drag, click-and-drag, scroll their mouse wheel, double click, or use keyboard input.
An enterprise-targeted scalable and customizable shiny module providing an easy way to incorporate free-form note taking or discussion boards into applications. The package includes a shiny module that can be included in any shiny application to create a panel containing searchable, editable text broken down by section headers. Can be used with a local SQLite database, or a compatible remote database of choice.
This package provides a customizable timer widget for shiny applications. Key features include countdown and count-up mode, multiple display formats (including simple seconds, minutes-seconds, hours-minutes-seconds, and minutes-seconds-centiseconds), ability to pause, resume, and reset the timer. shinytimer widget can be particularly useful for creating interactive and time-sensitive applications, tracking session times, setting time limits for tasks or quizzes, and more.
Web front end for your R functions producing plots or tables. If you have a function or set of related functions, you can make them available over the internet through a web browser. This is the same motivation as the shiny package, but note that the development of shinylight is not in any way linked to that of shiny (beyond the use of the httpuv package). You might prefer shinylight to shiny if you want a lighter weight deployment with easier horizontal scaling, or if you want to develop your front end yourself in JavaScript
and HTML just using a lightweight remote procedure call interface to your R code on the server.
This package implements a custom matrix input field.
Browser notifications in Shiny apps, using toastr': <https://github.com/CodeSeven/toastr#readme>
.
This package provides a toolbox for defining React component wrappers which can be used seamlessly in Shiny apps.
This package provides an interactive tool for visualizing Illumina methylation array data. Both the 450k and EPIC array are supported.
This package provides themes for use with Shiny. It includes several Bootstrap themes, which are packaged for use with Shiny applications.
The computer program is an efficient igneous norm algorithm and rock classification system written in R but run as shiny app.
This package creates a lightweight way to add markdown helpfiles to Shiny apps, using modal dialog boxes, with no need to observe each help button separately.
This package provides a select control widget for Shiny'. It is easily customizable, and one can easily use HTML in the items and KaTeX
to type mathematics.
Launch a shiny application for tidymodels results. For classification or regression models, the app can be used to determine if there is lack of fit or poorly predicted points.
Design, build, and deploy R packages demo presentations by an interactive wizard. Set up unique title, logo and themes. Add personalized tabs exposing applicability. And deploy as a part of a package or an independent app.
This package provides a simple authentification mechanism for single shiny applications. Authentification and password change functionality are performed calling user provided functions that typically access some database backend. Source code of main applications is protected until authentication is successful.
This package provides a set of user interface components to create outstanding shiny apps <https://shiny.posit.co/>, with the power of React JavaScript
<https://react.dev/>. Seamlessly support dark and light themes, customize CSS with tailwind <https://tailwindcss.com/>.
This package provides an interactive Kanban board widget for shiny applications. It allows users to manage tasks using a drag-and-drop interface and offers customizable styling options. shinykanban is ideal for project management, task tracking, and agile workflows within shiny apps.
Create Shiny Apps with collapsible vertical panels. This package provides a new visual arrangement for elements on top of Shiny'. Use the expand and collapse capabilities to leverage web applications with many elements to focus the user attention on the panel of interest.
Make R data available in Web-based virtual reality experiences for immersive, cross-platform data visualizations. Includes the gg-aframe JavaScript
package for a Grammar of Graphics declarative HTML syntax to create 3-dimensional data visualizations with Mozilla A-Frame <https://aframe.io>.
Add a download button to a shiny plot or plotly that appears when the plot is hovered. A tooltip, styled to resemble plotly buttons, is displayed on hover of the download button. The download button can be used to allow users to download the dataset used for a plot.