Image Source: QA.world
Required Packages
We’ll be using the following R packages:
library(shiny)
library(tidyverse)
library(reactlog)
library(shinytest2)
library(diffviewer)
# library(chromote) # installed as a dependency of {shinytest2}, though there may be cases where you need to reinstall
# library(testthat) # installed as a dependency of {shinytest2}
Required Data
library(palmerpenguins)
Lecture Materials
Lecture slides |
---|
Lecture 7.1: Debugging |
Lecture 7.2: Unit Testing (abridged version) |