I want to run R Code on Windows IoT Core 10, is there any possibility for this?
- I have tried to upload the R installation directory from my local PC to the Windows IoT core 10 device (Raspberry Pi 3)
Then from Power Shell I am executing following command Rscript.exe testscript.R but I get following error
Program 'Rscript.exe' failed to run: The operation completed successfully.
- CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException
- FullyQualifiedErrorId : NativeCommandFailed
Is it possible at all to run R-Code on Windows IoT 10 core?
Any help is appreciated please.
EDIT :
I tried it from native command prompt on Windows IoT Core 10, and it gives error "The system cannot execute the specified program."
So it looks like that it is not supported? Any suggestion/possibilities?