Posted by & filed under R.

The following are notes for myself.

I like to use the bleeding edge version of R:

svn checkout https://svn.r-project.org/R/trunk/ r-devel
cd r-devel
./tools/rsync-recommended
## use the following to update sources: svn update
## pre-reqs
sudo apt-get build-dep r-base
#sudo apt-get install gcc g++ gfortran libreadline-dev libx11-dev xorg-dev
#sudo apt-get install texlive texinfo
./configure
make
sudo make install

Trackbacks/Pingbacks

  1.  Build multiarch R (32 bit and 64 bit) on Debian/Ubuntu
  2.  Super Nerdy Cool » Build multiarch R (32 bit and 64 bit) on Debian/Ubuntu
  3.  Super Nerdy Cool » Build 32 bit R on 64 bit Ubuntu by utilizing chroot

Leave a Reply

  • (will not be published)