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]]
On 12/01/2018 1:11 PM, Karim Mezhoud wrote:> Hi, > Did you try install.packages('stats').That will not work, as stats is a base package. It comes with R, and can't be changed. The stats package should never be missing in a proper install of R. Duncan Murdoch> 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]] > > ______________________________________________ > 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. >
Yes, You are right. I mean install.packages('DVstats'). Actually, it seems that DVstats does not have maintainer https://github.com/USGS-R/DVstats Karim On Fri, Jan 12, 2018 at 7:20 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:> On 12/01/2018 1:11 PM, Karim Mezhoud wrote: > >> Hi, >> Did you try install.packages('stats'). >> > > That will not work, as stats is a base package. It comes with R, and > can't be changed. The stats package should never be missing in a proper > install of R. > > Duncan Murdoch > > > 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]] >> >> ______________________________________________ >> 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]]