Estou tentando instalar o R no Ubuntu que é configurado com "--enable-R-shlib" ou "--enable-R-static-lib" ubuntu 14.04
Alguém pode me ajudar a fazer isso?
Eu instalo o R facilmente, mas não sei como fazer isso com esta configuração, porque eu preciso instalar o Rserve também
No momento, eu instalei tudo, mas o Rserve não está funcionando e me disseram para reinstalar o link R a>
Eu instalei o R assim link
Este é o problema
R CMD Rserve
/usr/lib/R/bin/Rcmd: 62: exec: Rserve: not found
Editar: como sugerido, usei:
apt-cache policy r-cran-rserve
Eu recebi a seguinte saída:
r-cran-rserve:
Installed: (none)
Candidate: 1.7-3-3
Version table:
1.7-3-3 500
500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
Edit: Eu instalei o rserve com:
sudo apt-get install r-cran-rserve
Agora estou vendo isso:
R CMD Rserve
R version 3.3.3 (2017-03-06) -- "Another Canoe"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
Rserv started in daemon mode.