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
Part 7 is broken down into two lessons:
Debugging
Unit Testing