Thanks Joe,
I'm getting the following error during the installation of the digest package:
> remotes::install_github("jcheng5/ShinyWorkshopDeps")
Downloading GitHub repo jcheng5/ShinyWorkshopDeps@master
Downloading GitHub repo rstudio/DT@master
Installing 1 packages: digest
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.4/digest_0.6.15.tgz'
In addition: Warning message:
In download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.4/digest_0.6.15.tgz': HTTP status was '404 Not Found'
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package ‘digest’ failed
When I check the contrib/3.4 directory digest_0.6.14.tgz is there, but not 0.6.15. I'm running the latest version of R (3.4.3) and the latest version of R studio (though I get the same error when trying to install in R outside of RStudio).
Thanks for the assistance.