I'm trying to install ggplot2, however I get the following error:
trying URL 'http://cran.skazkaforyou.com/src/contrib/ggplot2_0.8.9.tar.gz' Content type 'application/x-gzip' length 2074749 bytes (2.0 Mb) opened URL ================================================== downloaded 2.0 Mb
* installing source package ‘plyr’ ...
** libs
sh: make: command not found
ERROR: compilation failed for package ‘plyr’
* removing ‘/home/jayron/R/x86_64-unknown-linux-gnu-library/2.12/plyr’
* installing source package ‘digest’ ...
** libs sh: make: command not found
sh: make: command not found ERROR: compilation failed for package ‘colorspace’
ERROR: dependencies ‘reshape’, ‘plyr’, ‘digest’, ‘colorspace’ are not available for package ‘ggplot2’ * removing ‘/home/jayron/R/x86_64-unknown-linux-gnu-library/2.12/ggplot2’
The downloaded packages are in ‘/tmp/Rtmp0Sgoxp/downloaded_packages’
any help please?