I need to run some R scripts inside the Docker container. I searched for the available images , but those are only helpful for Linux. But , I need to run those on Windows container, as scripts are dependent on UI which requires .Net support. I tried
.\R-3.3.2-win.exe /q /ACTION=Install /IACCEPTROPENLICENSETERMS /INSTANCENAME= MSSQLSERVER /FEATURES=SQL_Shared_MR /IACCEPTSQLSERVERLICENSETERMS
using powershell. But nothing is working out. Please suggest me , if there are any available images of R for Windows or how to install the exe file inside docker container.