# install.packages('pak')
::pak('mjfrigaard/shinypak')
paklibrary(shinypak)
Special topics
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:
- 26.1 IDE + Chat
- 26.1.1 Prompt 1: Build an app
- 26.1.2 Prompt 2: Refine
- 26.1.3 Prompt 3: Modularize
- 26.1.4 Prompt 4: Structure
- 26.1.5 Prompt 5: Error
- 26.1.6 Bonus: Theme
- 26.3 Finishing touches
The applications in Chapter 26 can be accessed with the launch()
or get()
functions from the shinypak
R package:
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:
Chapter 27 applications:
The chores chapter includes:
The applications in Chapter 28 (chores
) can be accessed with the launch()
or get()
functions from the shinypak
R package:
Chapter 28 applications:
The gander chapter covers:
- 29.1 Configuration
- 29.2 Navbar App
- 29.3 Developing with gander
- 29.4 Context
- 29.5 Graph adjustments
- 29.6 Downloadable reports
The applications in Chapter 29 (gander
) can be accessed with the launch()
or get()
functions from the shinypak
R package:
Chapter 29 applications:
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