---------- Forwarded message ---------- From: Waqas Shafqat <waqas1518@gmail.com> Date: Fri, Sep 6, 2013 at 10:31 PM Subject: To: rosyara@msu.edu sorry sir i have istalled plantbreeding libraray..but when i give command "require(plantbreeding)" then following message appear> require(plantbreeding)Loading required package: plantbreeding Loading required package: qtl Failed with error: ‘package ‘qtl’ could not be loaded’ In addition: Warning message: In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc lib.loc) : there is no package called ‘qtl’ further any anlysis i.e dialle or stability not to be done please guide me sorry to disturb for so many times...... [[alternative HTML version deleted]]
On 06-09-2013, at 19:32, Waqas Shafqat <waqas1518 at gmail.com> wrote:> ---------- Forwarded message ---------- > From: Waqas Shafqat <waqas1518 at gmail.com> > Date: Fri, Sep 6, 2013 at 10:31 PM > Subject: > To: rosyara at msu.edu > > > sorry sir > > > i have istalled plantbreeding libraray..but when i give command > "require(plantbreeding)" then following message appear >> require(plantbreeding) > Loading required package: plantbreeding > Loading required package: qtl > Failed with error: ?package ?qtl? could not be loaded? > In addition: Warning message: > In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc > lib.loc) : > there is no package called ?qtl? >Well, just install package qtl. Berend> further any anlysis i.e dialle or stability not to be done > > please guide me > sorry to disturb for so many times...... > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.
It looks like all of your problem are associated with failing to installing dependencies of the plantbreeding package. install.packages("qtl") install.packages("ggplot2") install.packages ("onemap") install.packages("grid") install.packages ("agricolae") install.packages ("reshape") install.packages ("lme4") install.packages ("boot") install.packages ("plyr") install.packages ("pvclust") Details on installation are provided in: http://rplantbreeding.blogspot.com/ Once you have installed all dependencies then you can use require(plantbreeding) On Fri, Sep 6, 2013 at 1:32 PM, Waqas Shafqat <waqas1518@gmail.com> wrote:> ---------- Forwarded message ---------- > From: Waqas Shafqat <waqas1518@gmail.com> > Date: Fri, Sep 6, 2013 at 10:31 PM > Subject: > To: rosyara@msu.edu > > > sorry sir > > > i have istalled plantbreeding libraray..but when i give command > "require(plantbreeding)" then following message appear > > require(plantbreeding) > Loading required package: plantbreeding > Loading required package: qtl > Failed with error: ‘package ‘qtl’ could not be loaded’ > In addition: Warning message: > In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc > lib.loc) : > there is no package called ‘qtl’ > > > further any anlysis i.e dialle or stability not to be done > > please guide me > sorry to disturb for so many times...... > > [[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. > >[[alternative HTML version deleted]]