Hi everybody! First of all, I would like to point that I am newebie in using R. The issue is that I need to install lsa package in R. In theory, I have downloaded and installed all necessary packages to run lsa library, but when I am going to load it I get this message: > library(lsa)Loading required package: SnowballError : .onLoad failed in > loadNamespace() for 'Snowball', details: call: NULL error: .onLoad failed > in loadNamespace() for 'rJava', details: call: stop("No CurrentVersion entry > in '", key, "'! Try re-installing Java and make sure R and Java have matching > architectures.") error: objeto 'key' no encontradoError: package Snowball > could not be loaded I have already installed Snowball and rJava, but there is no way to load lsa library. Any idea? Thank you in advance. Best, AJ [[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.