X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=checkinstall.py;fp=checkinstall.py;h=98cb1dfea5b2e518372e3409c82e421daf6d6cb3;hp=5895c9cc7a2d9ef4f316e8e325ea86546a6ef0dc;hb=a6c0faa62f33e5e64ad7eab5b9d804be99c6759a;hpb=372c8e0f417eec05e526c019889ea11a4fabac49 diff --git a/checkinstall.py b/checkinstall.py index 5895c9c..98cb1df 100644 --- a/checkinstall.py +++ b/checkinstall.py @@ -138,7 +138,7 @@ def install_textometrieR(self) : dlg.Destroy() def CheckRPackages(self): - listdep = ['ca', 'rgl', 'gee', 'ape', 'igraph','proxy', 'wordcloud', 'irlba', 'textometrieR'] + listdep = ['ca', 'rgl', 'gee', 'ape', 'igraph','proxy', 'wordcloud', 'irlba', 'textometry'] nolib = [] i=0 dlg = wx.ProgressDialog("Test des librairies de R", "test en cours...", maximum = len(listdep), parent=self, style=wx.PD_APP_MODAL | wx.PD_AUTO_HIDE | wx.PD_ELAPSED_TIME | wx.PD_CAN_ABORT) @@ -159,9 +159,9 @@ def CheckRPackages(self): dlg.Update(len(listdep),'fini') dlg.Destroy() install_textoR = False - if 'textometrieR' in nolib : - nolib.pop(nolib.index('textometrieR')) - install_textoR = True + #if 'textometrieR' in nolib : + # nolib.pop(nolib.index('textometrieR')) + # install_textoR = True if nolib != [] : txt = '\n'.join(nolib) msg = u"""Les bibliothèques de R suivantes sont manquantes :