Ubuntu, StatEngine not starting when some RStudio or R is installed
TXM uses at startup the ~/.RData R session data file.
Some RStudio’s R versions, that read/write this same file, may store in it a different magic number than TXM’s R one.
This can prevent TXM’s R to start (bad .RData magic number).
Solution
Use the “—vanilla” argument to start R.
(from redmine: issue id 3300, created on 2022/10/12 by Matthieu Decorde)