Author: echatellier Date: 2016-01-06 14:45:05 +0100 (Wed, 06 Jan 2016) New Revision: 278 Url: http://forge.codelutin.com/projects/isis-fish-docs/repository/revisions/278 Log:
From scmwebeditor --
Modified: trunk/src/site/rst/v4/user/installationr.rst Modified: trunk/src/site/rst/v4/user/installationr.rst =================================================================== --- trunk/src/site/rst/v4/user/installationr.rst 2016-01-06 13:34:59 UTC (rev 277) +++ trunk/src/site/rst/v4/user/installationr.rst 2016-01-06 13:45:05 UTC (rev 278) @@ -5,7 +5,7 @@ .. * $Id: index.rst 3124 2010-11-29 18:14:09Z chatellier $ .. * $HeadURL$ .. * %% -.. * Copyright (C) 2011 Ifremer, Code Lutin, Chatellier Eric +.. * Copyright (C) 2011 - 2016 Ifremer, Code Lutin, Chatellier Eric .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -37,7 +37,7 @@ Architecture ------------ Le premier point très important concerne l'architecture sur laquelle tournent -Java, R et IsisFish. **Ces trois éléments doivent être tout les trois en 32 bits +Java, R. **Ces deux éléments doivent être tous deux trois en 32 bits ou en 64 bits**. Architecture R @@ -56,22 +56,17 @@ Exemple 32bits:: - java version "1.6.0_10" - Java(TM) SE Runtime Environment (build 1.6.0_10-b33) - Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode) + java version "1.8.0_66" + Java(TM) SE Runtime Environment (build 1.8.0_66-b17) + Java HotSpot(TM) Server VM (build 25.66-b17, mixed mode) Exemple 64 bits:: - java version "1.6.0_29" - Java(TM) SE Runtime Environment (build 1.6.0_29-b11) - Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02, mixed mode) + java version "1.8.0_66" + Java(TM) SE Runtime Environment (build 1.8.0_66-b17) + Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode) -IsisFish -~~~~~~~~ -Pour IsisFish, vous avez le choix de le lancer en 32 bits ou 64 bits via les -script respectifs ``isisfish.bat`` ou ``isisfish64.bat``. - Configuration ------------- @@ -114,6 +109,7 @@ Installation dans R:: + > install.packages('RJava');
install.packages('lhs'); install.packages('sensitivity');
@@ -132,6 +128,21 @@ bien installée. +Changements +----------- + +IsisFish 4.4 +~~~~~~~~~~~~ + +Depuis IsisFish 4.4, celui-ci n'a plus d'architecture specifique (32 ou 64 bits). Il utilise la même que celle de Java. + +Un autre changement concerne le fait que Isis ne fournit pour les librairies native JRI. Celles-ci doivent être +installées manuellement par l'utilisateur via la commande R:: + + > install.packages('RJava'); + +Cela permet à IsisFish d'être indépendant de R et de supporter toutes les versions de R. + Erreurs -------