Special topics
This section holds a collection of topics you might find useful when developing your app-package.
App data
In App data, 29.1 reactiveValues() demonstrates how we can use reactiveValues()
to store and retrieve reactive values from a ‘persistent’ object in our app. 29.1.5 Testing reactiveValues() also has examples of testing modules with values from a reactiveValues()
object.
29.2 session$userData gives an example of how to store persistent, non-reactive objects in your application (see also 9.2.1 A tidy-movies app).
Stack traces
The Stack traces chapter…
Dependency hell
The 31 Dependency hell chapter…