From the course: Raspberry Pi Weekly

Unlock this course with a free trial

Join today to access over 22,700 courses taught by industry experts.

Run R on a Raspberry Pi

Run R on a Raspberry Pi - Raspberry Pi Tutorial

From the course: Raspberry Pi Weekly

Run R on a Raspberry Pi

- Data scientists use three main languages, SQL, Python and R. You can run Python and SQL on a Raspberry PI, and with a little bit of setup, you can run R as well. If you're new to R there are several excellent courses here in the LinkedIn library, just search for this letter R in LinkedIn learning. This week let's install R on a Raspberry Pi and use it to control the GPIO. Hi, I'm Mark Niemann-Ross and welcome to this week's edition of Raspberry Pi weekly. Every week we explore the Raspberry Pi and share useful tips. To start we'll need to install R on the Raspberry Pi. To do this open up a terminal window, and type in sudo apt-get, update, and then sudo apt-get install r-base space and r-base-core. When you finish the installation, you'll find that R has been mistakenly placed in the graphics menu. Here's how to move it to the programming menu. First, go to Raspberry Pi menu, preferences, main menu editor. Under…

Contents