Skip to content

Commit 0fe74ce

Browse files
upd R libraries
1 parent 12b8349 commit 0fe74ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/04-R_ExampleAnalysis.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Analyses for the illustrative example are based on the eyes-closed condition of
1212
```{r, message=FALSE}
1313
library(tidyverse) # Access a collection of packages for data management (e.g., dplyr, ggplot2, readr)
1414
library(reticulate) # Interface Python and R Studio
15-
library(magick) # Load and adjust .PNG files
1615
library(gridExtra) # Arrange multiple plots
1716
library(psych) # Toolbox for data analysis
1817
```

0 commit comments

Comments
 (0)