This section contains a collection of topics you might find useful when developing a Shiny 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:
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-10-20 13:35:36
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-10-20 14:03:39
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-10-20 14:06:42