Revision 2351

tmp/org.txm.wordcloud.core/src/org/txm/wordcloud/core/messages/messages_fr.properties (revision 2351)
4 4
error_rPackagesInstallationFailed=Les packages nécessaires au fonctionnement de la fonctionnalité n'ont pas pu être installés. Voir les instructions pour l'installation manuelle à l'adresse https\://groupes.renater.fr/wiki/txm-users/public/extensions\#wordcloud
5 5
info_aborting=Abandon du calcul du nuage de mots.
6 6
info_installingRPackage=Installation du package R {0}…
7
info_loadingRPackage=Chargement du package \: 
7
info_loadingRPackage=Chargement du package \: {0}
8 8
info_openingWordCloudResult=Ouverture du résultat.
9 9
info_rPackagesLoaded=Les packages R ont été chargés. Lancement du calcul.
10 10
RESULT_TYPE=Nuage de mots
tmp/org.txm.wordcloud.core/src/org/txm/wordcloud/core/messages/messages.properties (revision 2351)
3 3
error_couldNotInstallRPackage=** Could not install the {0} package. Reason \: {1}. 
4 4
error_rPackagesInstallationFailed=The necessary R packages have not been installed properly, it is not possible to complete the installation of the WordCloud command.\nSee instructions for manual installation at https\://groupes.renater.fr/wiki/txm-users/public/extensions\#wordcloud 
5 5
info_aborting=Aborting word cloud computing.
6
info_installingRPackage=Installing the {0} R package
7
info_loadingRPackage=Loading package\: 
6
info_installingRPackage=Installing the {0} R packages.
7
info_loadingRPackage=Loading package\: {0}
8 8
info_openingWordCloudResult=Opening the result.
9 9
info_rPackagesLoaded=R packages loaded. Now processing.
10 10
RESULT_TYPE=Word cloud
tmp/org.txm.wordcloud.core/src/org/txm/wordcloud/core/functions/WordCloud.java (revision 2351)
184 184
					RWorkspace.getRWorkspaceInstance().eval("install.packages(\""+p+"\", dependencies=TRUE, repos=\"http://cran.rstudio.com\");"); //$NON-NLS-1$ //$NON-NLS-2$
185 185
					RWorkspace.getRWorkspaceInstance().loadPackage(p);
186 186
				} catch(Exception e2) {
187
					Log.severe(WordCloudCoreMessages.bind(WordCloudCoreMessages.error_couldNotInstallRPackage, p));
187
					Log.warning(WordCloudCoreMessages.bind(WordCloudCoreMessages.error_couldNotInstallRPackage, p));
188 188
					Log.printStackTrace(e2);
189 189
					installFailed = true;
190 190
				}

Also available in: Unified diff