Skip to content
Prev 172766 / 398506 Next

Installing the Rstem package

Maria I. Tchalakova wrote:
Have you loaded the package via

   library("Rstem")  ?

It works for me.
No, Brian meant the CRAN extras repository he maintains in Oxford. And 
since it is a default repository for R binary packages for Windows, now also
install.packages("Rstem")
should work for you.

Anyway, you always need to load the package before using it.

  Uwe Ligges