I want to install package ade4
that is a "R" language package in ubuntu 15.10 However it gives me the following error.
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -c adesub.c -o adesub.o
gcc: error trying to exec 'cc1': execvp: No such file or directory
I also installed r-base-dev
package
I checked the g++ and build-install packages and both of them are installed and have the same version. How I can solve this issue?