...
|
...
|
@@ -9,8 +9,11 @@ biocLite("CNEr")
|
9
|
9
|
```
|
10
|
10
|
|
11
|
11
|
## Installation of the development version of `CNEr` from github
|
|
12
|
+**Prerequsite**:
|
12
|
13
|
|
13
|
|
-* **Mac and Linux**:
|
|
14
|
+ * Mac: Install "Command Line Tools" via `gcc` on terminal
|
|
15
|
+ * Linux: Install a compiler and various development libraries (details vary across different flavors of Linux).
|
|
16
|
+ * Windows: Install [Rtools](https://cran.r-project.org/bin/windows/Rtools/).
|
14
|
17
|
|
15
|
18
|
```R
|
16
|
19
|
devtools::install_github("ge11232002/CNEr")
|