a solution to an error when installing celda in Rstudio
... | ... |
@@ -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 |
|