Image Source: QA.world
Required Packages
We’ll be using the following R packages:
library(shiny)
library(tidyverse)
library(reactlog)
library(shinytest2)
Required Data
library(palmerpenguins)
Lecture Materials
Lecture slides |
---|
Lecture 7.1: Debugging |
Lecture 7.2: Unit Testing |