Page 5 of 5

Posted: Mon 26 May 2014, 22:49
by vdhvu
email, do you have sfs for R version of 3.10?

Thanks

Posted: Tue 27 May 2014, 05:56
by emil
Hi,

I am sorry, no.
For which puppy version if I may ask?

If you dare to venture you could build your own.
Download the latest R sources from CRAN servers, unpack them, read the docs, install the devx.sfs and then do something like

Code: Select all

cd R*
./configure --enable-shared-libs
make
new2dir make install
this should install R to your computer.
To build a sfs you could do something like

Code: Select all

dir2sfs "R-binary-directory"
R is not hard to build, so it is a good starting project, although there may be lions.

kind regards
emil

Posted: Sat 02 Jan 2016, 20:27
by greengeek
Does anyone have a version of R that will run on Slacko 5.6 please? I am in the early stages of researching/testing what is available and there seem to be many dead links in various threads.

I did try to download from the main R website but I got many errors when trying to run (I have never run R before so stumbling blind at this stage). This is for my stepdaughter who is a stats fan (weird I know...). Just hoped to demonstrate what puppy can do.
cheers!

Posted: Mon 11 Jan 2016, 09:12
by emil
Dear greengeek,

I think there is no ready made R package for slackware or slacko. You can download the sourcecode and then compile it yourself. You cannot run the sourcecode. In a previous post I gave a short description, it is not hard to do but needs some work on the commandline. Of course your milage may vary.
kind regards
emil

Posted: Mon 11 Jan 2016, 19:07
by greengeek
Hi emil - many thanks for the reply. I am currently trialling Fatdog64 to run an R sfs from forum member "step" to get myself familiar with R, then I will try to complie it for Slacko when I have a better idea of what I am doing.
cheers!

Posted: Tue 12 Jan 2016, 00:11
by slavvo67
No F77 compiler found.... How do I get one of them and install?

Posted: Sun 17 Jan 2016, 19:10
by emil
gfortran is the GNU fortran compiler

The devx.sfs package really should have it. In case not, then here is a link to linux binaries:
http://gfortran.meteodat.ch/download/i686/

cheers