diff --git a/DESCRIPTION b/DESCRIPTION index 684a199..ec0dd8e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -26,10 +26,13 @@ RoxygenNote: 7.1.2 Imports: curl, dplyr, + ggplot2, glue, httr, lubridate, purrr, rlog, + rmarkdown, tibble, - tidyr + tidyr, + tidytext diff --git a/README.Rmd b/README.Rmd index 21430fc..3ad0c21 100644 --- a/README.Rmd +++ b/README.Rmd @@ -63,6 +63,9 @@ remotes::install_github("GregSutcliffe/ChatStat") Which will set up a new [renv](https://rstudio.github.io/renv/index.html) environment with ChatStat installed and ready to use. +Because the report generation depends on a lot of packages, you may find this +takes a while! + ## Usage ### Authentication diff --git a/README.md b/README.md index 8ffcd0f..7c726d0 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,9 @@ Which will set up a new [renv](https://rstudio.github.io/renv/index.html) environment with ChatStat installed and ready to use. +Because the report generation depends on a lot of packages, you may find +this takes a while! + ## Usage ### Authentication