swirldev / swirl

:cyclone: Learn R, in R.
http://swirlstats.com
Other
1.13k stars 593 forks source link

Please add the steps on wiki to help Fedora users #334

Open sztsian opened 9 years ago

sztsian commented 9 years ago

Hi, as you have the wiki wiki/Installing-swirl-on-Linux , which is Ubuntu focused. I've have following steps working on my Fedora 21 and I think this works also in newer Fedora versions. So please kindly add this.

$sudo dnf install R

  • 2.(Not changed) Confirm that you have R version 3.0.2 or later. If not, return to #1.

$ R --version

    1. (Not changed)Get RStudio (optional, but recommended).

Download from http://www.rstudio.com/ide/download/desktop.

$sudo dnf install R-RCurl

install.packages("swirl") library(swirl) swirl()

seankross commented 9 years ago

Thanks for pointing this out. I need to test it myself but I'll write a guide in the wiki for fedora users.

sztsian commented 9 years ago

Thanks. I am a daily Fedora user and this is what I do for the installation. I tested it on my computer with Fedora 21 64bit. You can test it on a VM if you need to.

NawfelBgh commented 8 years ago

I tested this today on Fedora 22 and it didn't work. You need to install libcurl-devel. Thankfully, it was pointed out in the error message.

Brandon-Clements commented 7 years ago

On Fedora 26 I also needed to install openssl-devel, and libcurl-devel. I tried to install RCurl through R, but I get an that it is unable to load libiconv.so.2. Install R-RCurl through dnf got it to work. You may want to mention possibly needing openssl-devel in addition to the other steps.

Schm1tz1 commented 7 years ago

Confirmed. Works perfectly on Fedora 25 after sudo dnf install R-RCurl libcurl-devel openssl-devel !

RajatYolo commented 4 years ago

Hey I am a beginner, as I found this issue as open, can anybody help me out so that I can contribute in resolving the issue. Thanks.