Re: [R] Help with packages (methods, stats, stats4)

2018-01-12 Thread David Winsemius
> On Jan 12, 2018, at 12:01 PM, Duncan Murdoch wrote: > > On 12/01/2018 1:25 PM, Karim Mezhoud wrote: >> Yes, >> You are right. I mean >> install.packages('DVstats'). > > That won't work either, because DVstats is not on CRAN. > >> Actually, it seems that DVstats does not have maintainer >> ht

Re: [R] Help with packages (methods, stats, stats4)

2018-01-12 Thread Duncan Murdoch
On 12/01/2018 1:25 PM, Karim Mezhoud wrote: Yes, You are right. I mean install.packages('DVstats'). That won't work either, because DVstats is not on CRAN. Actually, it seems that DVstats does not have maintainer https://github.com/USGS-R/DVstats You can try install.packages("devtools") #

Re: [R] Help with packages (methods, stats, stats4)

2018-01-12 Thread Karim Mezhoud
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 wrote: > On 12/01/2018 1:11 PM, Karim Mezhoud wrote: > >> Hi, >> Did you try install.packages('

Re: [R] Help with packages (methods, stats, stats4)

2018-01-12 Thread Duncan Murdoch
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.i

Re: [R] Help with packages (methods, stats, stats4)

2018-01-12 Thread Karim Mezhoud
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 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-1

Re: [R] Help with packages (methods, stats, stats4)

2018-01-12 Thread imane hajar
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 : > hello, > Can you please give me a hand with this problem,well i can't install > these packages: > - stats > - methods >

Re: [R] Help with packages (methods, stats, stats4)

2018-01-12 Thread Bert Gunter
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

Re: [R] Help with packages (methods, stats, stats4)

2018-01-12 Thread Bert Gunter
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 in

Re: [R] Help with packages (methods, stats, stats4)

2018-01-12 Thread Duncan Murdoch
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 - stats4 Those 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.

[R] Help with packages (methods, stats, stats4)

2018-01-12 Thread imane hajar
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-c...@r-project.org *

Re: [R] Help with packages

2017-06-21 Thread Jeff Newmiller
Whatever you do, don't use "Run As Administrator" to install R unless you know exactly why and how you plan to fix the resulting mess. It is normal not to be able to update the library under Program Files. It is not normal (in my experience) to have problems creating the library under your Doc

[R] Help with packages

2017-06-21 Thread Alejandro Cayetano Casella
Hi, I want to download the packages into R in my personal computer and this is what appears on the screen: > utils:::menuInstallPkgs() Warning in install.packages(NULL, .libPaths()[1L], dependencies = NA, type = type) : 'lib = "C:/Program Files/R/R-3.4.0/library"' is not writable Error in instal