[R] Error: could not find function "loadObject"

DVigneault davis.vigneault at tufts.edu
Tue Jul 24 17:19:10 CEST 2012


In case anyone else ever runs into this problem, I was able to get in touch
with the publisher of the software, who suggested that I had not installed
the R.utils package.  The following two commands fixed the problem.

install.packages("R.utils")
library("R.utils")



--
View this message in context: http://r.789695.n4.nabble.com/Error-could-not-find-function-loadObject-tp4637516p4637608.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list