This post is for registered attendees of the Intermediate Shiny Workshop for rstudio::conf 2018.
On behalf of myself, co-instructor Dean Attali, and our TA's Barbara Borges, Winston Chang, and Alan Dipert, thank you for signing up for our course! We look forward to meeting you and helping to get your Shiny skills to the next level!
There are a few things you'll need:
- A working laptop with wifi
- A relatively recent version of R and RStudio
- Install the meta-package for the workshop by doing
remotes::install_github("jcheng5/ShinyWorkshopDeps")
(or (devtools::install_github
if that's what you're used to). This will make sure you have all the necessary package dependencies for the workshop--there are quite a few! If you run into any errors installing the dependencies, please post a reply on this thread and we'll help you out. - We'll be doing many exercises together, so you'll need to obtain the workshop materials. If you're familiar with Git, then do
git clone https://github.com/jcheng5/shiny-training-rstudioconf-2018
. If not, you can download a zip file here: https://github.com/jcheng5/shiny-training-rstudioconf-2018/archive/master.zip
That should do it! If you have any questions or concerns, reply to this thread (recommended), or email joe@rstudio.com.
Thanks, see you soon!
-Joe Cheng