Make sure that you have installed the latest versions of R and RStudio.
In RStudio, install the educer package.
Copy the following code into the Console, after the prompt >
if (!require(tidyverse)) install.packages("tidyverse")
if (!require(shiny)) install.packages("shiny")