yes, it cannot find your R installation. Did you install it?
If so, try putting it in your PATH.
e.g.
Code:
export PATH=/path/to/R:$PATH
where /path/to/R is where you installed R.
then type 'R' in your command line and see if it loads.
To exit R, type 'quit()'