Skip to content

Text Analysis Scripts #58

@rcurty

Description

@rcurty

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions