Bug #3300

Mis à jour par Serge Heiden il y a presque 3 ans

If RStudio is installed TXM uses at cannot start Rserve with R. R fails to startup the ~/.RData R session data file.

Some RStudio's R versions, that read/write this same file, may store in it a different
because Rstudio's .Rdata file magic number than is different from TXM's R one.

This can prevent TXM's R to start (bad .RData magic number).

h3. Solution

Use the "--vanilla" argument arguemnt to start R.

Retour