Prateek Singh wrote: > Hi, > > I got command to execute R code from Mark. > > but it was showing error.. > Error in library(hopach) : there is no package called 'hopach' > > Does it mean this library hopach
hopach is a package. > is not installed. But I have installed complete Bioconductor package. Obviously not (and it's on CRAN eitehr). Just rerun install.packages("hopach", dependencies = TRUE) Uwe Ligges > I am confused. > can you help me in this > thanks > > Regards, ______________________________________________ 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.