From 55ad57032ab882fad38c9845cb3526f69721a1ac Mon Sep 17 00:00:00 2001 From: Alan Dipert Date: Mon, 22 Apr 2019 09:33:19 -0700 Subject: [PATCH] Remove reactR from github deps in install_deps.R --- install_deps.R | 3 --- 1 file changed, 3 deletions(-) diff --git a/install_deps.R b/install_deps.R index 16ef4369..27b0dcb9 100755 --- a/install_deps.R +++ b/install_deps.R @@ -59,9 +59,6 @@ devtools::install_github(c( # For 149-onRender "ramnathv/htmlwidgets", - # For 150-reactr-input - "react-R/reactR", - "rstudio/httpuv", "rstudio/shiny@rc-v1.3.1" ))