sir i could not find the plant breeding libraray in Rgui3.0.0 [[alternative HTML version deleted]]
Hello, Which package is it? Maybe you need to install it. And after installing it, you need to load it in the R session. You do this with the following commands. install.package(pkgname) # do this only once library(pkgname) # do this every new R session Hope this helps, Rui Barradas Em 14-07-2013 06:49, waqas shafqat escreveu:> sir i could not find the plant breeding libraray in Rgui3.0.0 > > [[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. >
Hello, You should Cc the list. What I meant is that, at an R prompt you should type install.packages(pkgname) substituting 'pkgname' by the name of the package you're using. Rui Barradas Em 15-07-2013 12:01, waqas shafqat escreveu:> Sorry sir > > i could not find the install.packages(pkgname) in RGui3.0.0. i m using > the CRAN mirror UK(London). i want to perform diallel analysis in R. > > > On Sun, Jul 14, 2013 at 3:26 PM, Rui Barradas <ruipbarradas at sapo.pt > <mailto:ruipbarradas at sapo.pt>> wrote: > > Sorry, > > It's the plural: > > install.packages(pkgname) > > Rui Barradas > > Em 14-07-2013 11:20, Rui Barradas escreveu: > > Hello, > > Which package is it? > Maybe you need to install it. And after installing it, you need > to load > it in the R session. You do this with the following commands. > > > install.package(pkgname) # do this only once > > library(pkgname) # do this every new R session > > > Hope this helps, > > Rui Barradas > > Em 14-07-2013 06:49, waqas shafqat escreveu: > > sir i could not find the plant breeding libraray in Rgui3.0.0 > > [[alternative HTML version deleted]] > > ________________________________________________ > R-help at r-project.org <mailto:R-help at r-project.org> mailing list > https://stat.ethz.ch/mailman/__listinfo/r-help > <https://stat.ethz.ch/mailman/listinfo/r-help> > PLEASE do read the posting guide > http://www.R-project.org/__posting-guide.html > <http://www.R-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible > code. > > > ________________________________________________ > R-help at r-project.org <mailto:R-help at r-project.org> mailing list > https://stat.ethz.ch/mailman/__listinfo/r-help > <https://stat.ethz.ch/mailman/listinfo/r-help> > PLEASE do read the posting guide > http://www.R-project.org/__posting-guide.html > <http://www.R-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. > >
The "plantbreeding" package is on R-forge. See this link for install instructions: http://rplantbreeding.blogspot.com/ Kevin On Sun, Jul 14, 2013 at 12:49 AM, waqas shafqat <waqas1518@gmail.com> wrote:> sir i could not find the plant breeding libraray in Rgui3.0.0 > > [[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. >-- Kevin Wright [[alternative HTML version deleted]]
sir i have installed plant breeding library well. But when i import the file in R and give command *> data(fulldial) Warning message: In data(fulldial) : data set ‘fulldial’ not found* above warning message is found please guide me. my data is under MALE FEMALE YIELD 1 1 53.333 1 2 52.333 1 3 54.333 1 4 56.333 1 5 52.667 2 1 52.667 2 2 51.333 2 3 55.333 2 4 52.333 2 5 54 3 1 53.667 3 2 51.667 3 3 52.667 3 4 55.333 3 5 54.667 4 1 57.333 4 2 53.333 4 3 56 4 4 54.667 4 5 51.667 5 1 56.667 5 2 54.333 5 3 51.333 5 4 54 5 5 55.333 Is there any mistake in data entry please tell me.. please send me code and solve question...i shall thankful to you.. [[alternative HTML version deleted]]