Re: [R] rggobi: Installation problems on OS X Snow Leopard

2010-01-04 Thread Prof Brian Ripley

1) Please use the R-sig-mac list for Mac-specific questions.

2) The isssue here is there is no binary package on CRAN.  You could 
try


install.packages(rggobi, type=source)

but I can tell you this will run into problems unless you have 
pkg-config installed and suitably configured.


I suggest you ask the maintainer in the first instance (he is a Mac 
user) then follow up on R-sig-mac.


On Sun, 3 Jan 2010, Betsy Nichols wrote:


Hello:
I have successfully installed both R and R64  for Apple OS X from
CRAN  plus GTK+2.14 and GGobi 2.1.8 from:
http://www.ggobi.org/downloads

I launch either R or R64 and try to install the rrgobi package and get
(with R64) the following:

R version 2.10.1 (2009-12-14)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

 Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

[R.app GUI 1.31 (5537) x86_64-apple-darwin9.8.0]


install.packages(rggobi)

--- Please select a CRAN mirror for use in this session ---
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
 package ‘rggobi’ is not available




I get substantially the same thing with R.

Here is some info about my OS:
 System Version:Mac OS X 10.6.2 (10C540)
 Kernel Version:Darwin 10.2.0
 Boot Mode: Normal
 Secure Virtual Memory: Not Enabled
 64-bit Kernel and Extensions:  No

What am I doing wrong?  Any help would be MOST appreciated.
Thanks
Betsy

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



--
Brian D. Ripley,  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595__
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] rggobi: Installation problems on OS X Snow Leopard

2010-01-03 Thread Betsy Nichols
Hello:
I have successfully installed both R and R64  for Apple OS X from
CRAN  plus GTK+2.14 and GGobi 2.1.8 from:
http://www.ggobi.org/downloads

I launch either R or R64 and try to install the rrgobi package and get
(with R64) the following:

R version 2.10.1 (2009-12-14)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

[R.app GUI 1.31 (5537) x86_64-apple-darwin9.8.0]

 install.packages(rggobi)
--- Please select a CRAN mirror for use in this session ---
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
  package ‘rggobi’ is not available


I get substantially the same thing with R.

Here is some info about my OS:
  System Version:   Mac OS X 10.6.2 (10C540)
  Kernel Version:   Darwin 10.2.0
  Boot Mode:Normal
  Secure Virtual Memory:Not Enabled
  64-bit Kernel and Extensions: No

What am I doing wrong?  Any help would be MOST appreciated.
Thanks
Betsy

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