/truelle

R package providing a gadget to seamlessly initialise robust shiny related projects

Primary LanguageROtherNOASSERTION

truelle

The goal of {truelle} is to provide a GUI to the {golem} package and many more.

Installation

You can install the released version of truelle from CRAN with:

remotes::install_github("RinteRface/truelle")

Workflow example

This is a basic example which shows you how to start the {truelle} GUI:

library(truelle)
run_app()

Step 1: project type

Select Package and choose the {golem} engine.

Step 2: options

Provide a valid package path and review project options.

Step 3: UI layout

Select the Shiny layout of your choice.

Step 4: code output

Click on the 🎮 button or copy/paste 📸 the code to your terminal…

Step 5: develop

  • Open the new project.
  • Run devtools::load_all().
  • Enjoy …

Disclaimer

For now, only the {golem} workflow is supported.