Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GregSutcliffe committed Feb 4, 2022
1 parent 5e52600 commit 96105c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ RoxygenNote: 7.1.2
Imports:
curl,
dplyr,
ggplot2,
glue,
httr,
lubridate,
purrr,
rlog,
rmarkdown,
tibble,
tidyr
tidyr,
tidytext
3 changes: 3 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96105c2

Please sign in to comment.