I'm trying to install sbrl on google colab notebook:
install.packages("sbrl")
But it gives me the following error:
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Warning message in install.packages("sbrl"):
“installation of package ‘sbrl’ had non-zero exit status”
I'm trying to install sbrl on google colab notebook:
install.packages("sbrl")
But it gives me the following error: