hello, Can you please give me a hand with this problem,well i can't install these packages: - stats - methods - stats4 when i tried the following command : *library(help = "stats") * , it gave me this output (*see picture*), so i contacted the Maintainer of the package at (*R-core at r-project.org <R-core at r-project.org>*) but he said that i write to the wrong place. (i want to install those packages in order to use the "DVstats" package) (i have the latest version of R (3.4.3 ) and Rstudio(1.2.240) ) thank you Regards -------------- next part -------------- A non-text attachment was scrubbed... Name: 1.PNG Type: image/png Size: 13253 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20180112/595276ef/attachment.png>
hello , i am so sorry , i figure it out. im sending this msj to the moderator to stop the approval of the mail . have a good day. 2018-01-12 15:42 GMT+00:00 imane hajar <imane.chafiki.fst at gmail.com>:> hello, > Can you please give me a hand with this problem,well i can't install > these packages: > - stats > - methods > - stats4 > > when i tried the following command : *library(help = "stats") * , it > gave me this output (*see picture*), so i contacted the Maintainer of the > package at (*R-core at r-project.org <R-core at r-project.org>*) but he said > that i write to the wrong place. > > (i want to install those packages in order to use the "DVstats" package) > > (i have the latest version of R (3.4.3 ) and Rstudio(1.2.240) ) > > thank you > Regards >[[alternative HTML version deleted]]
On 12/01/2018 10:42 AM, imane hajar wrote:> hello, > Can you please give me a hand with this problem,well i can't install these > packages: > - stats > - methods > - stats4Those are all base packages which are part of R. If you have R, you have them. They can't be updated without updating all of R. Duncan Murdoch> > when i tried the following command : *library(help = "stats") * , it gave > me this output (*see picture*), so i contacted the Maintainer of the > package at (*R-core at r-project.org <R-core at r-project.org>*) but he said that > i write to the wrong place. > > (i want to install those packages in order to use the "DVstats" package) > > (i have the latest version of R (3.4.3 ) and Rstudio(1.2.240) ) > > thank you > Regards > > > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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. >
There appears to be a lot here that you don't understand, and a little reading woud be a better way for you to resolve your confusion I believe. Read Section 6 of the "R Installation and Administration" manual that ships with R. There you will find that the stats and methods packages are already installed. ?library tells you how to load them for use in your session. See also ?install.packages and links for how to download and install package from R package depositories, which mosty means CRAN. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Fri, Jan 12, 2018 at 7:42 AM, imane hajar <imane.chafiki.fst at gmail.com> wrote:> hello, > Can you please give me a hand with this problem,well i can't install these > packages: > - stats > - methods > - stats4 > > when i tried the following command : *library(help = "stats") * , it gave > me this output (*see picture*), so i contacted the Maintainer of the > package at (*R-core at r-project.org <R-core at r-project.org>*) but he said > that > i write to the wrong place. > > (i want to install those packages in order to use the "DVstats" package) > > (i have the latest version of R (3.4.3 ) and Rstudio(1.2.240) ) > > thank you > Regards > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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]]
1. Unless there is a good reason not to, please always cc the list. As you note, I may misunderstand or just be too stupid, so you increase your chance of getting a good answer by ccing them, which I have done here 2. It looks like you need to install the multcomp package. Have you? Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Fri, Jan 12, 2018 at 9:42 AM, imane hajar <imane.chafiki.fst at gmail.com> wrote:> Hello Mr Gunter , > i am sorry for distrubing you again ,i think its just a miss understanding > of the problem, i said in the last lines of my msj that my main problem is > that i cant use " DVstats" , i installed it using install.packages("DVstat > s") and it seems ok , but when i use the following line : library(DVstats) > , this error message appear : Error: package or namespace load failed for > ?DVstats? in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), > versionCheck = vI[[j]]): there is no package called ?multcomp? . > > so my final thoughts went with a hypothesis of what , maybe by updating R > something happend with the bundled packages. > > (please bare with my english , i speak french ) > > Thank you > > Regards > > > > 2018-01-12 17:20 GMT+00:00 Bert Gunter <bgunter.4567 at gmail.com>: > >> There appears to be a lot here that you don't understand, and a little >> reading woud be a better way for you to resolve your confusion I believe. >> Read Section 6 of the "R Installation and Administration" manual that ships >> with R. There you will find that the stats and methods packages are already >> installed. ?library tells you how to load them for use in your session. See >> also ?install.packages and links for how to download and install package >> from R package depositories, which mosty means CRAN. >> >> Cheers, >> Bert >> >> >> >> Bert Gunter >> >> "The trouble with having an open mind is that people keep coming along >> and sticking things into it." >> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) >> >> On Fri, Jan 12, 2018 at 7:42 AM, imane hajar <imane.chafiki.fst at gmail.com >> > wrote: >> >>> hello, >>> Can you please give me a hand with this problem,well i can't install >>> these >>> packages: >>> - stats >>> - methods >>> - stats4 >>> >>> when i tried the following command : *library(help = "stats") * , it >>> gave >>> me this output (*see picture*), so i contacted the Maintainer of the >>> package at (*R-core at r-project.org <R-core at r-project.org>*) but he said >>> that >>> i write to the wrong place. >>> >>> (i want to install those packages in order to use the "DVstats" package) >>> >>> (i have the latest version of R (3.4.3 ) and Rstudio(1.2.240) ) >>> >>> thank you >>> Regards >>> >>> ______________________________________________ >>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >>> https://stat.ethz.ch/mailman/listinfo/r-help >>> PLEASE do read the posting guide http://www.R-project.org/posti >>> ng-guide.html >>> and provide commented, minimal, self-contained, reproducible code. >>> >> >> >[[alternative HTML version deleted]]
Hi, Did you try install.packages('stats'). Let we know about your Sys.info() Karim On Fri, Jan 12, 2018 at 5:37 PM, imane hajar <imane.chafiki.fst at gmail.com> wrote:> hello , > > i am so sorry , i figure it out. > > im sending this msj to the moderator to stop the approval of the mail . > > have a good day. > > > 2018-01-12 15:42 GMT+00:00 imane hajar <imane.chafiki.fst at gmail.com>: > > > hello, > > Can you please give me a hand with this problem,well i can't install > > these packages: > > - stats > > - methods > > - stats4 > > > > when i tried the following command : *library(help = "stats") * , it > > gave me this output (*see picture*), so i contacted the Maintainer of the > > package at (*R-core at r-project.org <R-core at r-project.org>*) but he said > > that i write to the wrong place. > > > > (i want to install those packages in order to use the "DVstats" package) > > > > (i have the latest version of R (3.4.3 ) and Rstudio(1.2.240) ) > > > > thank you > > Regards > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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]]