Browse code

Update README.md

a solution to an error when installing celda in Rstudio

Tianzhu2019 authored on 09/04/2019 17:41:56 • GitHub committed on 09/04/2019 17:41:56
Showing 1 changed files

... ...
@@ -26,6 +26,10 @@ install_github("campbio/celda@devel")
26 26
 ```
27 27
 brew install libgit2
28 28
 ```
29
+**NOTE** If you install celda in Rstudio and get an error:could not find tools necessary to compile a package, you can try this:
30
+```
31
+options(buildtools.check = function(action) TRUE)
32
+```
29 33
 
30 34
 ## Examples and vignettes
31 35