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

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

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

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 . > >

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

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,

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

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

[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

Re: [R] Help installing packages with dependencies for R, behind

2015-01-15 Thread jose.nunez-zuleta
-- Message: 26 Date: Wed, 14 Jan 2015 16:37:17 -0500 From: jose.nunez-zul...@barclays.com To: r-help@r-project.org Subject: [R] Help installing packages with dependencies for R, behind corporate firewall Message-ID: 34922d8098cb7048a99568d009af262d0916cd1...@nykpcmmgmb05

Re: [R] Help installing packages with dependencies for R, behind corporate firewall

2015-01-14 Thread Prof Brian Ripley
On 14/01/2015 21:37, jose.nunez-zul...@barclays.com wrote: Hello R-users, I have no practical experience with the R language itself but I've been tasked to install it behind a corporate firewall. Basic installation seems sane but when my user tries to install a custom library like this:

[R] Help installing packages with dependencies for R, behind corporate firewall

2015-01-14 Thread jose.nunez-zuleta
Hello R-users, I have no practical experience with the R language itself but I've been tasked to install it behind a corporate firewall. Basic installation seems sane but when my user tries to install a custom library like this: install.packages(ggplot2) Installing package into

[R] Help : R-packages : Problems loading package fSeries

2008-06-02 Thread Celine LE-GOAZIGO
Hi. I am trying to load the package fSeries, in order to load the package fGarch after. However, it says the following message. local({pkg - select.list(sort(.packages(all.available = TRUE))) + if(nchar(pkg)) library(pkg, character.only=TRUE)}) Loading required package: fBasics (Error : ...

Re: [R] Help : R-packages : Problems loading package fSeries

2008-06-02 Thread Yohan Chalabi
CLG == Celine LE-GOAZIGO [EMAIL PROTECTED] on Mon, 2 Jun 2008 13:19:35 +0200 CLG Hi. CLG CLG I am trying to load the package fSeries, in order to load CLG the package CLG fGarch after. CLG However, it says the following message. Dear Celine, Please make sure that all your