Skip to content

❗ This is a read-only mirror of the CRAN R package repository. leprechaun — Create Simple 'Shiny' Applications as Packages

Notifications You must be signed in to change notification settings

cran/leprechaun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-CMD-check Codecov test coverage

Quick Start | Docs

Leprechaun allows you to generate lean and robust shiny applications.

Get it

Leprechaun is not yet on CRAN, get it from Github.

# install.packages("remotes")
remotes::install_github("devOpifex/leprechaun")

Basics

From the root of a package scaffold a leprechaun application.

usethis::create_package("myApp")
leprechaun::scaffold()

This effectively generates code within the package to run a shiny application within a package: leprechaun does not become a dependency to your project.

About

❗ This is a read-only mirror of the CRAN R package repository. leprechaun — Create Simple 'Shiny' Applications as Packages

Resources

Stars

Watchers

Forks

Packages

No packages published