Muhammad Ummar
Muhammad Ummar

Reputation: 3631

R Code on Windows IoT Core 10

I want to run R Code on Windows IoT Core 10, is there any possibility for this?

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

Answers (2)

meriaz
meriaz

Reputation: 65

You need to recompile R completely for ARM or you can use Raspbian, its better than recompiling code anyway.

Upvotes: 1

Kyagos
Kyagos

Reputation: 16

As written in this Blog there is just support for languages like:

  • C++
  • C#
  • JS
  • VB
  • Node.js and Python

Upvotes: 0

Related Questions