Browse code

Update README.md

Zhe Wang authored on 11/04/2019 19:03:23 • GitHub committed on 11/04/2019 19:03:23
Showing 1 changed files

... ...
@@ -19,13 +19,13 @@ library(devtools)
19 19
 install_github("campbio/celda")
20 20
 ```
21 21
 
22
-For R3.5 users, please install from the R_3_5 branch:
22
+For R3.5 users, please install from the R_3_5 branch. This version of celda is identical to the most recent release of celda except it works on R3.5.
23 23
 ```
24 24
 library(devtools)
25 25
 install_github("campbio/celda@R_3_5")
26 26
 ```
27 27
 
28
-For backward compatibility with results (`celda_CG` and `celda_list` objects) generated from older versions of celda, please install from the mirror branch 20190409_master:
28
+There has recently been a major update to variable/function names in the celda package. For backward compatibility with results (`celda_CG` and `celda_list` objects) generated from older versions of celda, please install from the mirror branch `20190409_master` which is the release before package reformatting:
29 29
 ```
30 30
 library(devtools)
31 31
 install_github("campbio/celda@20190409_master")