I have tried install R in Linux operated server system and I dont have admin rights so I couldnt usu "sudo". I have download latest version of R from https://cran.r-project.org/src/base/R-3/R-3.4.1.tar.gz.
Then I started to install and write
./configure
make
After make command I get error "make: *** No targets specified and no makefile found. Stop."
I couldnt solve this problem.
r
. I can't recall what it is, but it's in the documents under Debian. Also, you have a *.tgz which needs to be extracted first. Then cd into the directory. – AnotherKiwiGuy Sep 21 '17 at 12:12./configure
did not complete successfully - check its output to learn why. – steeldriver Sep 21 '17 at 13:16