Bug #1015

Mis à jour par Matthieu Decorde il y a plus de 10 ans

Calling R graphics rendering for Progression command displays the "SVG Error" dialog with "premature end of file" error.

Console shows: Error message says:
<pre>
org.txm.stat.engine.r.RException: ** Erreur R : "Error in try({ : impossible de trouver la fonction "progression"
"
lors de l'évaluation de :progression(positions, names, colors, styles, widths, "DISCOURS",0,105191,"true",structurepositions,structurenames, "Progression de \"je\" dans DISCOURS", 1051.0)
</pre>

*Diagnostic 1*:
Hypothesis: textometry R package is not loaded so progression R function is not found by Progression command.
Test: call Specificity to load textometry R package, then do a Progression.
Result: it rocks!

*Resolution*:
* add "library(textomerty)" R statement to the Progression run method.

h3. Validation test

* Start TXM
* Run a progression

MD : **OK** Windows 8

Retour