... | ... |
@@ -21,6 +21,11 @@ The most up-to-date (but potentially less stable) version of celda can similarly |
21 | 21 |
install_github("compbiomed/celda") |
22 | 22 |
``` |
23 | 23 |
|
24 |
+**NOTE** On OSX, devtools::install_github() requires installation of **libgit2.** This can be installed via homebrew: |
|
25 |
+``` |
|
26 |
+brew install libgit2 |
|
27 |
+``` |
|
28 |
+ |
|
24 | 29 |
## Examples and vignettes |
25 | 30 |
|
26 | 31 |
Vignettes are available in the package. |