Is it possible to install Radiant in RStudio Cloud? I tried these commands. The installation ran and ran for a long time and did not finish. Has anyone here been able to install and run Radiant in RStudio Cloud?
options(repos = c(RSM = "https://radiant-rstats.github.io/minicran", CRAN = "https://cloud.r-project.org"))
install.packages("radiant")