Bug #1015

Mis à jour par Serge Heiden il y a environ 11 ans

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

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: Conclusion: textometry R package is not loaded so and 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*: *Solution*:
* add the "library(textomerty)" R statement to command was missing from the Progression progression run method.

Retour