Task #2491
Mis à jour par Matthieu Decorde il y a plus de 5 ans
Improve the R and CQP initialization.
Some actions in /org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/preferences/RPreferences.java and /org.txm.libs.cqp/src/org/txm/libs/cqp/CQPLibPreferences.java
should be done only one time at TXM first run and not each run. (chmod, etc.)
h3. solution
TXM must always ensure that the CQP and R files are executables.
An improvement could be to test the files and fix the rights only if necessary
Some actions in /org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/preferences/RPreferences.java and /org.txm.libs.cqp/src/org/txm/libs/cqp/CQPLibPreferences.java
should be done only one time at TXM first run and not each run. (chmod, etc.)
h3. solution
TXM must always ensure that the CQP and R files are executables.
An improvement could be to test the files and fix the rights only if necessary