Skip to content

StatsRhian/nolem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nolem

The goal of nolem is to provide an example of how to package up a Shiny application.

The main aims are:

  • package up a shiny application (without additional packages)
  • Use {bslib}
  • Meets accessibility standards

Why not use {golem} etc…

There are a number of packages which provide scaffolding for shiny-as-a-package

  • {golem}
  • {rhino}
  • {leprechaun}

Personally, I find them a little bit excessive for projects, and I like having something independent.

Getting started

This is an example framework, to help people learn about shiny as a package. I like shiny-as-a-package because you get the benefits of the R CMD check, and because people can run your app easily

install.packages("nolem")
nolem::run_app()

You can read about it in Chapter 20 of Mastering Shiny.

About

Minimal example of shiny-as-package

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages