Skip to content

Help accessing functions

2 messages · Harvey Monder, Diego Kuonen

#
I recently installed R and have been trying to use 'supsmu' and
'lowess'.  However I get an error message that these functions have not
been found.  I am running R on WinNT and have tried directing R_LIB to
the library directory using the instructions in the FAQ for setting up
.Rprofile and for modifying /etc/Rprofile - neither change worked.  I
see the functions listed in the modreg directory.  Any suggestions as to
how I can get R to see these libraries?

    Thanks,
    Harvey

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Harvey Monder wrote:
Did u load the "modreg" package?

Try

  library("modreg")

???

  Diego Kuonen