Feature #825

Mis à jour par Serge Heiden il y a plus de 11 ans

The Check R packages package command must: must :
* check if the necessary packages can be loaded (cmd=library(...))
* check if the packages version are too low
* try installing missing packages
* try updating packages if version is too low

h3. Recette

* unsintall a library in R with the R cmd : remove.package("textometry")
* Run TXM, Run the "Check R packages" command
* Console messages should inform you that the "textometry" R package is missing (if "remove.package" removed textometry package traces)
* Restart TXM and re-run the "Check R packages" command

Retour