Skip to content

Commit e01778e

Browse files
upd libraries
1 parent 0c1c182 commit e01778e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ pip install -r requirements.txt
3737

3838
The R example requires [R](https://www.r-project.org/), including the following modules:
3939

40-
- [reticulate](https://rstudio.github.io/reticulate/)
41-
- [tidyverse](https://www.tidyverse.org/)
42-
- [gridExtra](https://github.com/baptiste/gridextra/wiki)
43-
- [psych](https://personality-project.org/r/psych-manual.pdf)
44-
- [magick](https://docs.ropensci.org/magick/articles/intro.html)
40+
- [reticulate](https://rstudio.github.io/reticulate/) to interface Python and R Studio
41+
- [tidyverse](https://www.tidyverse.org/) to access a collection of packages for data management
42+
- [gridExtra](https://github.com/baptiste/gridextra/wiki) to arrange multiple plots
43+
- [psych](https://personality-project.org/r/psych-manual.pdf) to access tools for data analysis
44+
- [magick](https://docs.ropensci.org/magick/articles/intro.html) to load and adjust .PNG files, if needed
4545

4646
## Reference
4747

0 commit comments

Comments
 (0)