32  Stack traces

Published

2024-09-03

Alert

The contents for section are being revised. Thank you for your patience.

In this chapter covers how to read stack traces (or call stacks), which is the printout that follows programming errors.

Launch app with the shinypak package:

launch('27_stack-traces')

I’ve created the shinypak R package In an effort to make each section accessible and easy to follow:

Install shinypak using pak (or remotes):

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

Review the chapters in each section:

library(shinypak)
list_apps(regex = '^27')
## # A tibble: 1 × 2
##   branch          last_updated       
##   <chr>           <dttm>             
## 1 27_stack-traces 2024-02-21 12:34:35

Launch the app:

launch(app = "27_stack-traces")

Download the app:

get_app(app = "27_stack-traces")

Please open an issue on GitHub