Skip to content

Commit

Permalink
Use dplyr instead of tidyverse
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed May 24, 2023
1 parent f7416ac commit 4fc19e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/running-monlix.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (!dir.exists("pk.turnover.emax3-monolix")) {
}
}
library(rxode2)
library(tidyverse)
library(dplyr)
library(babelmixr2)
```

Expand Down

0 comments on commit 4fc19e4

Please sign in to comment.