Material

You do not need to know JavaScript to follow along.

Setup

There are two ways to follow along this workshop; from your local machine or from the remote RStudio Cloud projects.

Local_

Required:

  • A recent installation of R (R >= 3.6.0)
  • A text editor or IDE you are comfortable with, e.g.: RStudio.
  • Packages devtools and htmlwidgets installed
    install.packages(c("devtools", "htmlwidgets"))
    
  • Clone or download github.com/JohnCoene/how-to-build-htmlwidgets
    git clone https://github.com/JohnCoene/how-to-build-htmlwidgets.git
    
  • Register for e-Rum and the workshop

Remote_

You can use the RStudio Cloud project in the event that you cannot work on your local machine.