Hi listeRs,

 

Maybe I have missed something, but I am facing a problem I don't understand
even after reading archives and manuals (…maybe not carefully enough !) :

 

On my PC (64-bit OS, Intel Xeon CPU , two L5506@2.13 GHz processors, 12 Go
RAM) under Windows 7 SP1,

 

I run both 32-bit (i386-pc-mingw32/i386) and 64-bit (x86_64-pc-mingw32/x64)
version 2.14.2 (2012-02-29) of R, packages being updated daily.

 

Loading package "lsa" gives no problem under the 32-bit version :

------------------------------

> library(lsa)

Le chargement a nécessité le package : Snowball

Le chargement a nécessité le package : RWeka

> 

------------------------------

But does not work under the 64-bit version :

-------------------------------

> library(lsa)

Le chargement a nécessité le package : Snowball

Error : .onLoad a échoué dans loadNamespace() pour 'Snowball', détails :

  appel : NULL

  erreur : .onLoad a échoué dans loadNamespace() pour 'rJava', détails :

  appel : fun(libname, pkgname)

  erreur : JAVA_HOME cannot be determined from the Registry

Erreur : le package ‘Snowball’ ne peut être chargé

> 

--------------------------------



Because of the JAVA_HOME and Registry problem I suppose this is not strictly
related to R but rather to the R <-> Java communication, but I can't figure
what is happening, as it is working under the 32-bit configuration. Can
someone here help ?



Thanks by advance, all the best, Olivier



--------------------------

Olivier ETERRADOSSI

Maître-Assistant, HDR

Ecole des Mines d’Alès (CMGD, site de Pau)

Pôle Matériaux Polymères Avancés (MPA)

Hélioparc, 2 av. P. Angot, F-64053 PAU CEDEX 9

Tel : 05 59 30 90 35 (direct) - 05 59 30  54 25 (std)

Fax : 05 59 30 63 68




        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to