From 96105c2a30bd902f389eb17d483f404855dbdba5 Mon Sep 17 00:00:00 2001 From: Greg Sutcliffe Date: Fri, 4 Feb 2022 10:20:00 +0000 Subject: [PATCH] Update dependencies --- DESCRIPTION | 5 ++++- README.Rmd | 3 +++ README.md | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) 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