I\'m having some extremely frustrating difficulty installing the bigrf R package.
I have tried the following:
install.packages(\'bigrf\',repo=\'https://g
To install the current version of bigrf on CRAN:
bigrf
install.packages("bigrf", dependencies=TRUE)
To install the development version on GitHub:
library(devtools) install_github("bigrf", repo='aloysius-lim/bigrf')