From 694cfce6d562ab1b1823923cb86981a2b264a3c0 Mon Sep 17 00:00:00 2001 From: Taesoo Song <76719398+taesoosong@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:18:09 -0700 Subject: [PATCH] Change installation command for httpgd package Updated installation instructions for the httpgd package. --- lessons/workshop.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/workshop.Rmd b/lessons/workshop.Rmd index ce5709d..8c9f633 100644 --- a/lessons/workshop.Rmd +++ b/lessons/workshop.Rmd @@ -71,7 +71,7 @@ You will also need the `httpgd` package to display plots interactively in VS Cod ```{r} # if you haven't installed httpgd before, uncomment this line -#install.packages("httpgd") +#remotes::install_github("nx10/httpgd") ``` 💡 **Tip**: Unlike tidyverse or other packages you may actively use when coding, we do not need to load the `httpgd` package everytime (i.e., we don't need to run `library("httpgd")`). `httpgd` just provides the infrastructure for showing plots in VS Code.