Qnap RStudio serveur

Tryphon

Padawan
1 Mars 2015
108
3
18
Bonjour,

Est-il possible de porter RStudio et R sur nos NAS ? (à ne pas confondre avec Qnap R-Studio, merci)

https://www.rstudio.com/products/rstudio/download-server/

RStudio server intègre une interface web pour calculer avec le programme R.

Un QPKG serait le bonheur.

Merci!
 
ne semble pas trop adapté à la cross compilation

Code:
-- Using system Boost 1.63.0
-- Performing Test HAVE_SCANDIR_POSIX
-- Performing Test HAVE_SCANDIR_POSIX - Success
-- Looking for SA_NOCLDWAIT
-- Looking for SA_NOCLDWAIT - found
-- Looking for SO_PEERCRED
-- Looking for SO_PEERCRED - found
-- Looking for inotify_init1
-- Looking for inotify_init1 - found
-- Looking for getpeereid
-- Looking for getpeereid - not found
-- Looking for setresuid
-- Looking for setresuid - found
-- Performing Test PAM_MESSAGE_CONST
-- Performing Test PAM_MESSAGE_CONST - Success
-- Found PAM: /opt/RStudio/lib/libpam.so
-- Found LibR: /opt/RStudio/lib/R
-- Found R: /opt/RStudio/lib/R
-- Performing Test LIBR_MINIMUM_VERSION
-- Performing Test LIBR_MINIMUM_VERSION - Success
CMake Error at src/cpp/session/CMakeLists.txt:23 (message):
  Dictionaries not found (re-run install-dependencies script to install)


CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
PTHREAD_LIBRARIES
    linked by target "rstudio-core" in directory /SRC/rstudio/src/cpp/core
RT_LIBRARIES
    linked by target "rstudio-core" in directory /SRC/rstudio/src/cpp/core
UTIL_LIBRARIES
    linked by target "rstudio-core" in directory /SRC/rstudio/src/cpp/core

une bonne galère
 
Merci d'avoir essayé.

Il y aurait peut-être un moyen d'exclure les paquets qui utilisent Fortan :

"Some R packages include Fortran code; to build such packages, you will have to install a Fortran compiler. You do not need the Fortran compiler to build most packages."
 
C est pad fortran qui pose prob ici... R est bien installé comme dep... c est rstudio qui ne trouve certaines libs

Envoyé de mon SM-G925F en utilisant Tapatalk

 
Oui, j'ai tenté aussi quelque chose et gfortran m' a causé du souci. Mais je ne suis pas sûr de ce que j'ai fait.

Je vais ouvrir un autre post plus général.

Merci