Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 763 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 763 Bytes

dRacula

CRAN status Lifecycle: experimental

{dRacula} provides a nice looking UI theme for Shiny.

Installation

You can install the development version of {dRacula} like so:

remotes::install_github("RinteRface/dRacula")

Example

This is a basic example which shows you how to solve a common problem:

library(dRacula)
shiny::shinyAppDir(system.file("examples/base", package = "dRacula"))