|
@@ -69,6 +69,22 @@ In R, install`ggplot2` with dependencies:
|
|
|
install.packages('ggplot2', repos='http://cran.us.r-project.org', dependencies=TRUE)
|
|
|
```
|
|
|
|
|
|
+#### Install ggpubr
|
|
|
+
|
|
|
+For ggpubr, install `cmake` first. When in config_labkey-web_1 do:
|
|
|
+```bash
|
|
|
+apt update
|
|
|
+apt install cmake
|
|
|
+```
|
|
|
+
|
|
|
+Then, in R:
|
|
|
+```R
|
|
|
+install.packages('ggpubr')
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
### Expected errors
|
|
|
|
|
|
Errors of the type `500: Unexpected server error` are common and related
|