Re: [R-SIG-Mac] problem installing binary package with install.packages

2008-11-07 Thread Simon Urbanek
On Nov 7, 2008, at 11:28 , Kjell Konis wrote: There seems to be a bug when using install.packages to install a local binary package. Installing the package using R CMD INSTALL in a shell works fine. > file.exists("/u/smat/konis/Documents/Projects/RHugin_0.5-3_R_i386- apple-darwin8.11.1.ta

Re: [R-SIG-Mac] 64 bit R tcltk library problem: Symbol not found: _Tk_Init

2008-11-07 Thread Loren Engrav
In December 2007 I put 64bit on a PPC (And in fact you helped me) Anyway I encountered the same error And can't remember the exact fix And am now on Intel 64bit Leopard But I vaguely remember a path problem It you follow the path /Library/Frameworks/R.framework/Resources/library/tcltk/libs/ppc64

Re: [R-SIG-Mac] 64 bit R tcltk library problem: Symbol not found: _Tk_Init

2008-11-07 Thread Steven McKinney
Updated nightly build no longer has the TclTk problem, packages are installing properly. Thanks very much for the fix. SteveM -Original Message- From: Simon Urbanek [mailto:[EMAIL PROTECTED] Sent: Thu 11/6/2008 1:41 PM To: Steven McKinney; Steve Lianoglou Cc: r-sig-mac@stat.math.ethz.c

Re: [R-SIG-Mac] rgl now hosted on https://r-forge.r-project.org/projects/rgl/

2008-11-07 Thread Jochen Laubrock
Dear Prof. Murdoch, the following worked on my system with the svn checkout: /usr/bin/R CMD install ./rgl --configure-args=" --x-libraries='/usr/ X11/lib' --x-includes='/usr/X11/include/X11' X_LIBS='/usr/X11/lib' -- with-gl-libs=/System/Library/Frameworks/OpenGL.framework/Libraries" I had t

[R-SIG-Mac] problem installing binary package with install.packages

2008-11-07 Thread Kjell Konis
There seems to be a bug when using install.packages to install a local binary package. Installing the package using R CMD INSTALL in a shell works fine. > file.exists("/u/smat/konis/Documents/Projects/RHugin_0.5-3_R_i386- apple-darwin8.11.1.tar.gz") [1] TRUE > install.packages("/u/smat/kon