Skip to content

Commit

Permalink
Add missing library(tidyr)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed May 10, 2024
1 parent 5fbab2f commit acb1572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vignettes/02-qpAdm.Rmd
Expand Up @@ -217,6 +217,7 @@ Notice two things (each dot represents one examined _qpAdm_ model):

```{r, qpAdm_fig1, warning = FALSE, message = FALSE, fig.width = 6, fig.height = 4}
library(dplyr)
library(tidyr)
library(ggplot2)
select(models$proportions, model, pvalue, prop1, prop2) %>%
Expand Down

0 comments on commit acb1572

Please sign in to comment.