Re: [R] Install GARPFRM package

2016-05-19 Thread Ogbos Okike
Hi Saba,
Your main worry may be that of non- zero status and hence your attempt to
load what the system claims you have. I have encountered such problems
severally. You can try two things: run it several times ( network issues
might play a role) or try different crab mirrors.
Ogbos
On May 19, 2016 5:53 AM, "Saba Sehrish via R-help" 
wrote:

> Hi
>
> I am trying to install GARPFRM package to R (version: 3.3.0) by following
> steps:
>
> (a)  install.packages("GARPFRM", repos="http://R-Forge.R-project.org";)
>
> It gives following Warning messages:
>
> 1: running command '"C:/PROGRA~1/R/R-33~1.0/bin/i386/R" CMD INSTALL -l
> "C:\Users\ssehrish\Documents\R\win-library\3.3"
> C:\Users\ssehrish\AppData\Local\Temp\RtmpU3JvBo/downloaded_packages/GARPFRM_0.1.0.tar.gz'
> had status 1
>
>
> 2: In install.packages("GARPFRM", repos = "http://R-Forge.R-project.org";)
> :  installation of package ‘GARPFRM’ had non-zero exit status
>
>
> (b) library(GARPFRM)
>
> It gives following error :  Error in library(GARPFRM) : there is no
> package called ‘GARPFRM’
>
> Please help me in this regard.
>
> Thanks
> Saba
>
> __
> R-help@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@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.

[R] Install GARPFRM package

2016-05-18 Thread Saba Sehrish via R-help
Hi

If a package is not loading, it is a matter of concern. Therefore, I have asked 
for the assistance or guidance in this regards.

Saba

__
R-help@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.


Re: [R] Install GARPFRM package

2016-05-18 Thread David Winsemius

> On May 18, 2016, at 9:51 PM, Saba Sehrish via R-help  
> wrote:
> 
> Hi
> 
> I am trying to install GARPFRM package to R (version: 3.3.0) by following 
> steps:
> 
> (a)  install.packages("GARPFRM", repos="http://R-Forge.R-project.org";)
> 
> It gives following Warning messages:
> 
> 1: running command '"C:/PROGRA~1/R/R-33~1.0/bin/i386/R" CMD INSTALL -l 
> "C:\Users\ssehrish\Documents\R\win-library\3.3" 
> C:\Users\ssehrish\AppData\Local\Temp\RtmpU3JvBo/downloaded_packages/GARPFRM_0.1.0.tar.gz'
>  had status 1 
> 

.tar.gz packages are source packages. The default for the install.packages 
function is for binary packages. (Generally you will not find binary packages 
on R-Forge.)

You should read the help pages for install.packages.


> 
> 2: In install.packages("GARPFRM", repos = "http://R-Forge.R-project.org";) :  
> installation of package ‘GARPFRM’ had non-zero exit status
> 
> 
> (b) library(GARPFRM)
> 
> It gives following error :  Error in library(GARPFRM) : there is no package 
> called ‘GARPFRM’
> 

Trying to load a package which failed to install should not surprise you.

-- 

David Winsemius
Alameda, CA, USA

__
R-help@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.

[R] Install GARPFRM package

2016-05-18 Thread Saba Sehrish via R-help
Hi

I am trying to install GARPFRM package to R (version: 3.3.0) by following steps:

(a)  install.packages("GARPFRM", repos="http://R-Forge.R-project.org";)

It gives following Warning messages:

1: running command '"C:/PROGRA~1/R/R-33~1.0/bin/i386/R" CMD INSTALL -l 
"C:\Users\ssehrish\Documents\R\win-library\3.3" 
C:\Users\ssehrish\AppData\Local\Temp\RtmpU3JvBo/downloaded_packages/GARPFRM_0.1.0.tar.gz'
 had status 1 


2: In install.packages("GARPFRM", repos = "http://R-Forge.R-project.org";) :  
installation of package ‘GARPFRM’ had non-zero exit status


(b) library(GARPFRM)

It gives following error :  Error in library(GARPFRM) : there is no package 
called ‘GARPFRM’

Please help me in this regard.

Thanks
Saba

__
R-help@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.