Browse code

Merge branch 'master' of https://github.com/campbio/celda

87875172 authored on 16/05/2019 20:02:42
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")