Quick, beautiful and customizable dashboard template for Shiny based on shiny.semantic and Semantic UI.
Dashboard with Semantic UI Support for Shiny.
Are you fed up with ordinary
shinydashboardlook?
Give your app a new fresh look with Fomantic UI support.
library(shiny) library(shinydashboard) #
semantic.dashboardoffers basic functions for creating dashboard with Fomantic UI.How to install?
Install
shiny.semanticlibrary first. Here you can find how.You can install a stable version
semantic.dashboardfrom CRAN repository:install.packages("semantic.dashboard")The development version can be installed from GitHub using
remotes.remotes::install_github("Appsilon/semantic.dashboard")To install previous version you can run:
remotes::install_github("Appsilon/semantic.dashboard", ref = "0.1.0")Example
You can find examples in the
examples/folder of the GitHub repository.You can check documentation for tutorials.
How to contribute?
If you want to contribute to this project please submit a regular PR, once you're done with new feature or bug fix. Please check
development/README.mdfirst! It contains useful information that will help you run your dev environment forsemantic.dashboard.Changes in documentation
Both repository README.md file and an official documentation page are generated with Rmarkdown, so if there is a need to update them, please modify accordingly a README.Rmd file and use “Knit”.
Documentation is rendered with
pkgdown. Just runpkgdown::build_site()after rendering new README.md.Troubleshooting
We used the latest versions of dependencies for this library, so please update your R environment before installation.
However, if you encounter any problems, try the following:
- Up-to-date R language environment
- Installing specific dependent libraries versions
- shiny.semantic
Future enhacements
Appsilon is the Full Service Certified RStudio Partner. Learn more at appsilon.com.
Get in touch [email protected]