[R] problem in installing package xpose4 in Rstudio

2016-01-04 Thread swati j
With R, package xpose4 is working well, but when I open Rstudio and try to
install package xpose4

following error message is displayed

> install.packages("C:/Users/om/Downloads/xpose4_4.5.3.tar.gz", repos =
> NULL, type = "source")
Installing package(s) into ‘C:/Users/om/Documents/R/win-library/2.15’
(as ‘lib’ is unspecified)
ERROR: dependencies 'gam', 'Hmisc' are not available for package 'xpose4'
* removing 'C:/Users/om/Documents/R/win-library/2.15/xpose4'
Warning in install.packages :
  running command 'C:/PROGRA~1/R/R-215~1.1/bin/i386/R CMD INSTALL -l
"C:/Users/om/Documents/R/win-library/2.15"
"C:/Users/om/Downloads/xpose4_4.5.3.tar.gz"' had status 1
Warning in install.packages :
  installation of package ‘C:/Users/om/Downloads/xpose4_4.5.3.tar.gz’ had
non-zero exit status

please help me to sort out this problem.

Swati Jaiswal

PhD Scholar (CSIR-Senior Research Fellow)

Pharmacokinetics & Metabolism Division

CSIR-Central Drug Research Institute

*Lucknow-226031, India*

*Mobile +91 9473837970*

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

Re: [R] problem in installing package xpose4 in Rstudio

2016-01-04 Thread David Winsemius

> On Jan 3, 2016, at 11:19 PM, swati j  wrote:
> 
> With R, package xpose4 is working well, but when I open Rstudio and try to
> install package xpose4
> 
> following error message is displayed
> 
>> install.packages("C:/Users/om/Downloads/xpose4_4.5.3.tar.gz", repos =
>> NULL, type = "source")
> Installing package(s) into ‘C:/Users/om/Documents/R/win-library/2.15’
> (as ‘lib’ is unspecified)
> ERROR: dependencies 'gam', 'Hmisc' are not available for package 'xpose4'
^ ^ ^ ^  ^   ^
| | | |  ^   |   | 

Please READ error messages. Don't just freak out when you see the work "error". 
The rest of the message has meaning.

-- 
David.

> * removing 'C:/Users/om/Documents/R/win-library/2.15/xpose4'



> Warning in install.packages :
>  running command 'C:/PROGRA~1/R/R-215~1.1/bin/i386/R CMD INSTALL -l
> "C:/Users/om/Documents/R/win-library/2.15"
> "C:/Users/om/Downloads/xpose4_4.5.3.tar.gz"' had status 1
> Warning in install.packages :
>  installation of package ‘C:/Users/om/Downloads/xpose4_4.5.3.tar.gz’ had
> non-zero exit status
> 
> please help me to sort out this problem.
> 
> Swati Jaiswal
> 
> PhD Scholar (CSIR-Senior Research Fellow)
> 
> Pharmacokinetics & Metabolism Division
> 
> CSIR-Central Drug Research Institute
> 
> *Lucknow-226031, India*
> 
> *Mobile +91 9473837970*
> 
>   [[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.

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] Problem in installing package ggplot2

2014-07-18 Thread 오건희
Hi..

After  I upgraded R from 3.1 to 3.11, I stuck with problem in installing
'ggplot2' package

The error message was;

Error in loadNamespace(j - i[[1L]], c(lib.loc, .libPaths()), versionCheck
= vI[[j]]) :
  there is no package called ‘Rcpp’
Error: package or namespace load failed for ‘ggplot2’


I tried to find out resolution on the web.. and most people recommend
following;


install.packages(ggplot2,dependencies=T)

However, it didn't work, either.. it's so confusing.

I should use this package ASAP.. so, hope you guys give me a clear answer.

Best for your effort,

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
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] Problem in installing package ggplot2

2014-07-18 Thread William Dunlap
 install.packages(ggplot2,dependencies=T)
 However, it didn't work, either.. it's so confusing.

What does R print when you type the 2 lines
   install.packages(ggplot2, dependencies=TRUE)
   libraray(ggplot2)
?  (didn't work covers a lot of ground - seeing the entire
printed output may tell others what is going on.)

Bill Dunlap
TIBCO Software
wdunlap tibco.com


On Fri, Jul 18, 2014 at 10:12 AM, 오건희 gunfif...@gmail.com wrote:
 Hi..

 After  I upgraded R from 3.1 to 3.11, I stuck with problem in installing
 'ggplot2' package

 The error message was;

 Error in loadNamespace(j - i[[1L]], c(lib.loc, .libPaths()), versionCheck
 = vI[[j]]) :
   there is no package called ‘Rcpp’
 Error: package or namespace load failed for ‘ggplot2’


 I tried to find out resolution on the web.. and most people recommend
 following;


 install.packages(ggplot2,dependencies=T)

 However, it didn't work, either.. it's so confusing.

 I should use this package ASAP.. so, hope you guys give me a clear answer.

 Best for your effort,

 [[alternative HTML version deleted]]


 __
 R-help@r-project.org mailing list
 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-help@r-project.org mailing list
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] Problem in installing package ggplot2

2014-07-18 Thread Jeff Newmiller
The obvious workaround (to me) is to go back and use 3.1 until you figure out 
how to setup 3.1.1.

Re the latter... you have omitted some key information that strongly suggests 
that you have not read the Posting Guide. You might find reading [1] helpful as 
well.

[1] 
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example
---
Jeff NewmillerThe .   .  Go Live...
DCN:jdnew...@dcn.davis.ca.usBasics: ##.#.   ##.#.  Live Go...
  Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/BatteriesO.O#.   #.O#.  with
/Software/Embedded Controllers)   .OO#.   .OO#.  rocks...1k
--- 
Sent from my phone. Please excuse my brevity.

On July 18, 2014 10:12:19 AM PDT, 오건희 gunfif...@gmail.com wrote:
Hi..

After  I upgraded R from 3.1 to 3.11, I stuck with problem in
installing
'ggplot2' package

The error message was;

Error in loadNamespace(j - i[[1L]], c(lib.loc, .libPaths()),
versionCheck
= vI[[j]]) :
  there is no package called ���Rcpp���
Error: package or namespace load failed for ���ggplot2���


I tried to find out resolution on the web.. and most people recommend
following;


install.packages(ggplot2,dependencies=T)

However, it didn't work, either.. it's so confusing.

I should use this package ASAP.. so, hope you guys give me a clear
answer.

Best for your effort,

   [[alternative HTML version deleted]]





__
R-help@r-project.org mailing list
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-help@r-project.org mailing list
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] problem on installing package

2010-11-20 Thread Stephen Liu
Hi folks,

 install.packages(RthroughExcelWorkbooksInstaller)
Installing package(s) into ‘C:\Users\satimiswin764\Documents/R/win-library/2.12’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
Error: subscript out of bounds


 install.packages()
Installing package(s) into ‘C:\Users\satimiswin764\Documents/R/win-library/2.12’
(as ‘lib’ is unspecified)
Error: subscript out of bounds

The package is there.


 .libPaths()
[1] C:\\Users\\satimis\\Documents/R/win-library/2.12
[2] C:/PROGRA~1/R/R-212~1.0/library

It seems having problem on folder path with \\

Pls advise how to rectify it?  TIA


B.R.
Stephen L




__
R-help@r-project.org mailing list
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.