Browse code

Update README.md

Zhe Wang authored on 14/05/2019 16:06:55 • GitHub committed on 14/05/2019 16:06:55
Showing 1 changed files

... ...
@@ -27,7 +27,7 @@ library(devtools)
27 27
 install_github("campbio/celda")
28 28
 ```
29 29
 
30
-For `R-3.5` users, please install from the `R_3_5` branch. This version of **celda** is identical to the most recent release of **celda** (`master` branch) except it also works on `R-3.5`.
30
+For `R-3.5` users, please install from the `R_3_5` branch. This version of **celda** is identical to the most recent release of **celda** (`master` branch) except it also works on `R-3.5`. **NOTE:** This branch is no longer updated. Please use `R-3.6` versions.
31 31
 ```
32 32
 library(devtools)
33 33
 install_github("campbio/celda@R_3_5")