View Single Post
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#8
Originally Posted by David.Duffy View Post
First problem I encountered was the pager was set to /usr/bin/pager so
that help() did not work: /etc/R/Renvironment needs more felicitous
choices ('more' works OK for me). The graphics demo worked beautifully,
as do a random set of example()'s I ran.
This is because R assumes it's being built on the same platform as it will be run on, so yeah, you need to do some serious tweaking (and also to get the native compiler working iirc)


Originally Posted by David.Duffy View Post
Installing R packages from source is a challenge on many platforms,
because of the toolchain required. It seems difficult to get a maemo
Fortran -- the octave port used f2c AIUI. My usual g95 does not extend to
arm, let alone armel, and I am not looking forward to making a gfortran
cross-compiler from source for my own uses. Nevertheless, at least the
recommended packages should be available as binary packages.

just 2c, David Duffy.
Fort77 is a script wrapper around the combination of the f2c binary and gcc, this will work on-device or in SB.