-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
scripts/workshop_package/scripts_text_analysis.qmd
The code to install packages throws an error in a fresh install:
Error in base:::parse(text = "install.packages(c("tidyverse", "tidytext", "ggwordcloud", "patchwork", ") :
:2:0: unexpected end of input
1: install.packages(c("tidyverse", "tidytext", "ggwordcloud", "patchwork",
^
Removing tidyr (which is part of the tidyverse ecosystem) fixed the issue:
install.packages(c("tidyverse", "tidytext", "ggwordcloud", "patchwork"))
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working