Dear RStudio Team,
It would be nice to have an RStudio R Task Scheduler in the Cloud as SaaS. In the same way that Shinyapps.io works, but to schedule R tasks, deploy and automated run them in the cloud.
There are a number of available solutions, but they all involve virtual machines, docker files or having your own server (RStudio Connect), but all of them involves effort as security and maintenance. An automated solution would be the best.
A new Rstudio cloud scheduler that could be uploaded in the cloud, integrated with the RStudio IDE platform, where the user as in the taskscheduleR addin chooses the Rscript, schedule, and connects to an Rstudio account that loads the planned task to the cloud and the user is paying just for the used processing power (on-the-go).
I believe it is not so difficult to do, considering what already has been done by RStudio.