Special topics

Published

2025-05-29

This section holds a collection of topics you might find useful when developing your app-package.

The shiny_assist chapter includes a series of prompts for developing an app-package:

The applications in Chapter 26 can be accessed with the launch() or get() functions from the shinypak R package:

# install.packages('pak')
pak::pak('mjfrigaard/shinypak')
library(shinypak)

Chapter 26 applications:

list_apps(regex = '^26')
## # A tibble: 1 × 2
##   branch              last_updated       
##   <chr>               <dttm>             
## 1 26_llm-shiny-assist 2025-03-12 07:28:14

ellmer covers:

The applications in Chapter 27 (ellmer) can be accessed with the launch() or get() functions from the shinypak R package:

# install.packages('pak')
pak::pak('mjfrigaard/shinypak')
library(shinypak)

Chapter 27 applications:

list_apps(regex = '^27')
## # A tibble: 1 × 2
##   branch        last_updated       
##   <chr>         <dttm>             
## 1 27_llm-ellmer 2025-05-27 22:37:25

The chores chapter includes:

The applications in Chapter 28 (chores) can be accessed with the launch() or get() functions from the shinypak R package:

# install.packages('pak')
pak::pak('mjfrigaard/shinypak')
library(shinypak)

Chapter 28 applications:

list_apps(regex = '^28')
## # A tibble: 1 × 2
##   branch        last_updated       
##   <chr>         <dttm>             
## 1 28_llm-chores 2025-04-20 22:01:01

The gander chapter covers:

The applications in Chapter 29 (gander) can be accessed with the launch() or get() functions from the shinypak R package:

# install.packages('pak')
pak::pak('mjfrigaard/shinypak')
library(shinypak)

Chapter 29 applications:

list_apps(regex = '^29')
## # A tibble: 1 × 2
##   branch        last_updated       
##   <chr>         <dttm>             
## 1 29_llm-gander 2025-05-28 00:58:28

Shiny UI Editor

Shiny UI Editor covers…

Code style

Code style discusses…

App data

In App data

Dependency hell

The 33  🏗️ Dependency hell chapter

Please open an issue on GitHub