I am trying to install SparkR in my local machine using the following command, in RStudio
> library(devtools)
> install_github("amplab-extras/SparkR-pkg", subdir="pkg")
After running above written command, it starts downloading Rtools and installation happens. And then got the following error
Error: Could not find build tools necessary to build SparkR
I have run the above command again, but same error occur.
Please help me out.