Skip to content

Commit

Permalink
Suppress messages, warnings from stylo code in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
jmclawson committed Oct 1, 2023
1 parent c8ab363 commit f152af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/stylo2gg.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ saveRDS(federalist_mfw, "federalist_mfw.rds")
```


```{r eval=FALSE, echo=TRUE}
```{r eval=FALSE, echo=TRUE, message=FALSE, warning=FALSE}
#| label: introstylo1
#| cache: false
Expand All @@ -75,7 +75,7 @@ federalist_mfw <-
mfw.max = 900)
```

```{r fig-introstylo2, echo=FALSE, fig.cap="This visualization places each part by its frequencies of 120 of the most frequent words—chosen from among words appearing in at least three-fourths of all papers The chart shows that the texts whose authorship had once been in question, shown here with red Xs, have frequency distributions most similar to those by James Madison, shown here with green crosses."}
```{r fig-introstylo2, echo=FALSE, message=FALSE, warning=FALSE, fig.cap="This visualization places each part by its frequencies of 120 of the most frequent words—chosen from among words appearing in at least three-fourths of all papers The chart shows that the texts whose authorship had once been in question, shown here with red Xs, have frequency distributions most similar to those by James Madison, shown here with green crosses."}
# Actually run this code chunk, but don't show the code
federalist_mfw <- readRDS("federalist_mfw.rds")
readRDS("vignettes_PCA_120_MFWs_Culled_75__PCA_.rds")
Expand Down

0 comments on commit f152af1

Please sign in to comment.