소스 검색

Update 'README.md'

Andrej Studen 2 년 전
부모
커밋
d9d3b07f57
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      README.md

+ 16 - 0
README.md

@@ -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