From c924dabedbf4408483037b8de829f284fb0035c0 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Fri, 2 Feb 2024 14:34:53 -0500 Subject: [PATCH] Temp add `httpgd` to remotes to get the package to install --- R/data-shinyverse.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/data-shinyverse.R b/R/data-shinyverse.R index 6df4e1fe1e..142e3d0b9d 100644 --- a/R/data-shinyverse.R +++ b/R/data-shinyverse.R @@ -33,6 +33,7 @@ shinyverse_remotes <- c( "rstudio/websocket", "ropensci/plotly", "schloerke/shinyjster", + "nx10/httpgd", # hack until httpgd is back on CRAN NULL )