File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ pip install -r requirements.txt
3737
3838The 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
You can’t perform that action at this time.
0 commit comments