Reputation: 3631
I want to run R Code on Windows IoT Core 10, is there any possibility for this?
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.
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?
Upvotes: 0
Views: 172
Reputation: 65
You need to recompile R completely for ARM or you can use Raspbian, its better than recompiling code anyway.
Upvotes: 1