Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lessons/workshop.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down