Learn R Programming

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.

Copy Link

Version

Install

install.packages('leprechaun')

Monthly Downloads

159

Version

1.0.0

License

GPL (>= 2)

Maintainer

John Coene

Last Published

January 19th, 2022

Functions in leprechaun (1.0.0)

build

Build
use_js_utils

JavaScript Utils
use_html_utils

Htmltools Utils
use_config

Config
use_endpoints_utils

Endpoints
update_scaffold

Update
sitrep

Sitrep
use_packer

Packer
use_sass

Sass
create_assets

Create Assets
create_onload

Create onLoad
add_module

Add module
bootstrap_version

Default Bootstrap Version
build_roclet

Build Roclet
create_input_handlers

Create Input Handlers
create_utils

Create Utils
add_app_file

Add App
scaffold

Scaffold Leprechaun