An open API service indexing awesome lists of open source software.

https://github.com/mjfrigaard/dbap

Shiny application to demo unit tests, testServer(), and browse() (RStudio's debugger)
https://github.com/mjfrigaard/dbap

Last synced: 3 months ago
JSON representation

Shiny application to demo unit tests, testServer(), and browse() (RStudio's debugger)

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# `dbap`

The goal of `dbap` is to demonstrate debugging functions within a shiny application package using [`testthat`](https://testthat.r-lib.org/), [`shiny::testServer()`](https://search.r-project.org/CRAN/refmans/shiny/html/testServer.html), and RStudio's debugger. Check out [this blog post](https://mjfrigaard.github.io/posts/debugging/) for more information.

## Installation

``` r
install.packages("remotes")
remotes::install_github("mjfrigaard/dbap")
```

The examples for this package are contained in the vignettes.