Feature #564
Mis à jour par Matthieu Decorde il y a plus de 11 ans
For some environments, R package installation doesn't work.
For others, it is OK. For example on Ubuntu 64bits 12.04 TXM 0.7.5 beta :
===
Running the following R code:
<pre>install.packages("stylo")</pre>
The installation "install.packages("stylo")"
seems to work because the work. The console messages show the installation process
and finish with:
<pre>Rserve>* "Rserve>* DONE (stylo)</pre> (stylo)"
We can check Running the installation with the following R code:
<pre>library(stylo)</pre> "library(stylo)"
seems to work.
===
For others, it is OK. For example on Ubuntu 64bits 12.04 TXM 0.7.5 beta :
===
Running the following R code:
<pre>install.packages("stylo")</pre>
The installation "install.packages("stylo")"
seems to work because the work. The console messages show the installation process
and finish with:
<pre>Rserve>* "Rserve>* DONE (stylo)</pre> (stylo)"
We can check Running the installation with the following R code:
<pre>library(stylo)</pre> "library(stylo)"
seems to work.
===