R - statistics R-2.15.2, Puppy Slacko 5.4 tgz Package

Mathematical tools, physics simulators, CAD, CNC, etc.
Post Reply
Message
Author
seacyd
Posts: 32
Joined: Mon 14 Nov 2011, 12:18
Location: Austria

R - statistics R-2.15.2, Puppy Slacko 5.4 tgz Package

#1 Post by seacyd »

Please enjoy R-statistics package on Puppy Linux (Puppy Slacko 5.4). This is version 2.15.2 compiled directly within puppy:

Download R-2.15.2 from here:
http://www.4shared.com/file/GlRG0l7l/R- ... 1_SBo.html
(If there is a better or easier host I can upload this file to, please let me know)

Homepage of the R-Project: http://www.r-project.org/

------------------------------------------------------------------
Compile steps:

1) Download necessary files to a temporary directory:
1a) wget http://slackbuilds.org/slackbuilds/14.0 ... c/R.tar.gz
1aa) wget http://slackbuilds.org/slackbuilds/14.0 ... tar.gz.asc
1b) http://cran.stat.ucla.edu/src/base/R-2/R-2.15.2.tar.gz

2) verify file
within the directory execute gpg --verify R.tar.gz.asc
(gnupg needs to be installed, --import key from http://slackbuilds.org/GPG-KEY)

3) The tmpfs ran out of space during my first try of compiling it, Thus I symlinked the directory required by the SlackBuild file
ln -s /mnt/home/tmp/SBo /tmp/SBo

4) execute the SlackBuild script from within the directory of (1)
./R.SlackBuild

(Please ensure that you have the devx_slacko_5.4.sfs loaded. Additionally it required to install gfortran, which I did via the puppy package manger PPM)

------------------------------------------------------------------

Any next better versions of R packages or improvements to the installation steps are welcome. The package has a size of 33M and is directly installable from Puppy Slacko 5.4, it is not a PET though.

I am happy to have realized again that even the not-so-mainstream software packages are relatively easy to install in Puppy.

I had to go the self-compiliation path as the R-versions I found here on murga-linux did not work for my Puppy Slacko 5.4. Here are the links to the other R threads I had found:

math-slacko.sfs
http://www.murga-linux.com/puppy/viewtopic.php?t=72448

R - statistics package and scripting language
http://murga-linux.com/puppy/viewtopic.php?t=51141
Last edited by seacyd on Wed 30 Jan 2013, 07:20, edited 1 time in total.

arumata
Posts: 3
Joined: Sun 27 Feb 2011, 16:43

#2 Post by arumata »

Thanks! Just installed and it's working fine on Puppy Slacko 5.4

Post Reply