I have developed a stored procedure that computes the best fitted curve that describes some data. In order to do that I am running a piece of R code through SQL Server using the nonlinear least squares function of R language (in case of interest the function is nls()). I have also developed a user interface to visualize these data. I am using SQL Server 2016 Developer Edition(which has R Services installed) locally in my computer.
So, now is the time to publish this implementation and I can't find any hosting solution that supports SQL Server with R-Services.
Any suggestions on that or any alternative solutions please?