(This article was first published on Misanthrope's Thoughts, and kindly contributed to R-bloggers)
Thanks to this post I was able to install R-commander in openSUSE. I've modified recipe a bit and don't want to search for it the next time.
You have to perform several steps:
P.S. R is a powerful programme, but it has a shitty name to search for. I was close to start shitting bricks when tried to find repositories with R in the first place.You have to perform several steps:
- Install R-base and R-base-devel packages from here.
- Install gfortran :~> sudo zypper install gcc-fortran
- :~> su
- [as root] start R : # R
- In R console type > install.packages("Rcmdr", dependencies=TRUE)
- You will receive several warnings after installation - fuck that shit.
- In R console type > library(Rcmdr). A warning window about missing packages will appear - click Ok to allow installation.
- In R console type > library(Rcmdr) and enjoy R-commander!
UPD: you could also need (al least for another libraries installation) following packages: xorg-x11-devel, mesa-devel, gcc-c++, libpng-devel, tcltk.
Related post: R spgrass6 Library Installation in openSUSE: workaround
To leave a comment for the author, please follow the link and comment on his blog: Misanthrope's Thoughts.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series,ecdf, trading) and more...

Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).