Feature #825
RCP: add Check R packages command
Statut: | Closed | Début: | 21/05/2014 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | - | Temps passé: | - | |
Version cible: | TXM 0.7.6 |
Description
The Check R packages command 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
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
Historique
#1 Mis à jour par Matthieu Decorde il y a plus de 11 ans
- % réalisé changé de 0 à 80
#2 Mis à jour par Matthieu Decorde il y a plus de 11 ans
- Sujet changé de RCP: add Check R package command à RCP: add Check R packages command
- Description mis à jour (diff)
#3 Mis à jour par Matthieu Decorde il y a plus de 11 ans
detach() must be called before calling update.packages
#4 Mis à jour par Serge Heiden il y a plus de 11 ans
- Description mis à jour (diff)
#5 Mis à jour par Matthieu Decorde il y a environ 11 ans
- % réalisé changé de 80 à 90
#6 Mis à jour par Matthieu Decorde il y a environ 11 ans
- % réalisé changé de 90 à 100
#7 Mis à jour par Matthieu Decorde il y a environ 11 ans
- Statut changé de New à Closed