Displaying 20 results from an estimated 900 matches similar to: "Macintosh (PR#6593)"
2003 Oct 18
1
libR.dylib on OS X
If one installs the CLI and RAqua versions, by saying both "make
install"
and "make install-aqua", then packages that use libR.dylib get their
symbols from
/Applications/StartR.app/RAqua.app/Contents/Frameworks/libR.dylib
and not from /usr/local/lib/R/bin/libR.dylib.
That's unfortunate, because the first is likely to change, and the
second is not.
For instance, what
2003 Aug 13
4
RAqua
Small things, mostly.
1. Buildproblem. Well-known and annoying. Build fails if debugging is on
(which is the default) because Debugging.h breaks devQuartz.c
compiles. If debugging is switched off on the command line or in
the environment, then devQuartz.c builds, but aquaconsole.c does
not compile, because it needs Debugging.h. I do not want to edit
Apple system files, and not files in the R
2003 Nov 30
2
R as OS X Framework
After the recent discussion about future direction of the Mac OS X
port, I was toying with the idea to make R a proper Mac OS X framework.
There are several advantages: OS X locates frameworks automatically,
therefore any program wishing to link against R has only to specify
"-framework R" at link time. Furthermore versioning is supported, i.e.
if a program is linked against R 1.7.1
2003 Dec 11
2
Failed installation on Mac OSX 10.3 (PR#5697)
I've installed R 1.8.1 on OSX 10.3 (Panther) using the RAqua.pkg and
all indications were that the installation was successful. However,
after double clicking the R icon in the Applications folder, nothing
appears to happen. The following message appears on the console:
Mac OS X Version 10.3 (Build 7B85)
2003-12-11 08:45:31 -0500
prefs written
dyld:
2003 Dec 11
2
Failed installation on Mac OSX 10.3 (PR#5697)
I've installed R 1.8.1 on OSX 10.3 (Panther) using the RAqua.pkg and
all indications were that the installation was successful. However,
after double clicking the R icon in the Applications folder, nothing
appears to happen. The following message appears on the console:
Mac OS X Version 10.3 (Build 7B85)
2003-12-11 08:45:31 -0500
prefs written
dyld:
2003 Dec 05
2
R OS X panther? (PR#5529)
I have just used the RAqua.pkg to install R, and it doesn't work! I
have Mac OS X 10.3, and the old version of R works OK, but the .pkg
thing installed, and then when I double-click on the "StartR"
application nothing happens. Nothing at all, no little icon bobbing up
and down in the dock, just nothing. What have I done wrong? I didn't
have to install the other packages
2004 Mar 30
2
RAqua and gcc
Hi,
I've recently purchased PowerBookG4 (panther) and installed RAqua 1.8.1.
I also installed gcc version 3.3 through Xcode tools. But, for some
reason, I'm having a hard time getting gcc work with R. For example, I get
the following error while installing Hmisc package. I would appreciate any
suggestion to fix this problem.
Thanks
Kosuke
* Installing *source* package
2004 Nov 18
1
R will not start - missing library? (PR#7377)
Full_Name: Adam Hausknecht
Version: 2.0.1
OS: Mac OS 10.3.6
Submission from: (NULL) (129.44.182.8)
The following message was reported in the console:
"dyld: /Applications/StartR.app/RAqua.app/Contents/MacOS/RAqua can't open
library: /usr/local/lib/libreadline.4.3.dylib (No such file or directory, errno
= 2)"
1. I have tried reinstalling R 2.0.1 several times but this does not
2003 Nov 08
1
RAqua with X11 TclTk
I've built a version of RAqua that uses X11 TclTk and NOT AquaTclTk.
http://www.economia.unimi.it/R/RAquaX11.dmg (15 MB disk image)
The idea is that you: launch RAqua, launch X application (the X
Server), and from inside R type
x11() # just tt set DISPLAY to :0.0. Eventually close this window
device, we don't need this.
load(tcltk)
quartz()
demo(tkdensity)
It works on my Panther
2003 Jun 13
2
Darwin-Aqua R-devel
I've been able to build a very primitive Aqua GUI for Darwin R.
This version as minimum event handler support but at least you can drag
around the quartz device.
You need to download the RAqua.app.sit archive from
http://www.economia.unimi.it/R/
You need to unstuff it and put inside your system Applications folder
(i.e. /Applications)
If you click on the RAqua icon nothing will happen
2003 Aug 17
2
(no subject)
RAqua now builds fine, but for some reason tcl/tk support cannot be
compiled in.
I get
checking for /Library/Frameworks/Tcl.framework/tclConfig.sh...
/Library/Frameworks/Tcl.framework/tclConfig.sh
checking for /Library/Frameworks/Tk.framework/tkConfig.sh...
/Library/Frameworks/Tk.framework/tkConfig.sh
checking whether compiling/linking Tcl/Tk code works... no
This is with
configure
2003 Nov 06
1
RAqua package installation on Panther
From the RAqua faq just uploaded to CRAN (so it will take until
tomorrow to appear)
Panther notes
After installing Panther (MacOSX 10.3) it turns out that package
installation (either from sources or from binaries) can fail. If you
get an error "like" this (this comes from source package installation)
dyld: gcc version mismatch for library: /usr/local/lib/libiconv.2.dylib
2003 Jun 16
1
R version on gifi
Pretty soon, hopefully, the RAqua version will make the Darwin/X11
version unnecessary. In the meantime, for convergence, I'll modify the
Gifi
version in various ways.
-- It's 1.7.1
-- It no longer supports gnome
-- It still uses Tcl/Tk for X11 (using 8.5 from CVS)
!! It no longer uses anything from fink (readline and dlcompat
as on Stefano's site, jpeg and png and teTeX from
2003 Nov 11
1
help.start
Some user reported me that help.start() is no longer working on Panther
under RAqua.
I don't have this problem on my machine but a couple of users repoterd
me this.
Can you please make this small test an eventually tell me which is your
system default browser?
stefano
2004 Nov 15
2
Problems installing packages on MacOS with R 2.00
Dear all,
I have a problem installing a package required by Hmisc on MacOS 10.3.5
with R 2.00.
g77 -fno-common -g -O2 -c avas.f -o avas.o
g77 -fno-common -g -O2 -c rlsmo.f -o rlsmo.o
gcc -bundle -flat_namespace -undefined suppress -L/usr/local/lib -o
acepack.so ace.o avas.o rlsmo.o -L/usr/local/lib
-L/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2
2003 Nov 05
0
R 1.8 and MacOS X 10.3
It would seem that R 1.8 doesn't like the version of libiconv that
Panther has installed. Can we compile this for Aqua ourselves or will
there be a binary for we who upgrade sooner rather than later?
[ludwig:~] gall% R
dyld: mkdir version mismatch for library:
/usr/local/lib/libiconv.2.dylib (compatibility version of user: 5.0.0
greater than library's version: 4.0.0)
2003 Dec 19
1
won't install properly on Mac 10.3.2
R version 1.8.1, Mac OS X 10.3.2
I have tried searching for this problem and its fix, but to no avail.
-Everything seems to download and unpack fine. I double click on StartR,
however, and it just winks and fails.
Any thoughts?
Thanks in advance,
Hank
Dr. Martin Henry H. Stevens, Assistant Professor
338 Pearson Hall
Botany Department
Miami University
Oxford, OH 45056
Office: (513) 529-4206
2003 Oct 30
1
RAqua and AquaTclTk
While playing around with panther I discovered (with surprise) that
tcltk seems to work (even if not smoothly) with RAqua without first
calling tkStartGUI.
I switched back to 10.2.6 and it works as well.
I think this is due to the "last minute" fix in RAqua now using idle
timers because of too much cpu usage.
Some "mouse" trick is needed though. If you want to test it you
2003 Nov 19
11
Windows R 1.8.0 hangs when Mem Usage >1.8GB
I have a loop that increases the size of an object after each iteration. When the Windows Task Manager shows "Mem Usage" about 1.8GB, the Rgui.exe process no longer responds.
I use:
"C:\Program Files\R\rw1080\bin\Rgui.exe" --max-mem-size=4000M --min-vsize=10M --max-vsize=3000M --min-nsize=500k --max-nsize=1000M
I have a dual Xeon 2.8GHz processor box with 4GB of memory and
2003 Dec 11
0
Failed R installation under Mac OSX 10.3
Dear R list,
I've installed R 1.8.1 on OSX 10.3 (Panther) using the RAqua.pkg and
all indications were that the installation was successful. However,
after double clicking the R icon in the Applications folder, nothing
appears to happen. The following message appears on the console:
Mac OS X Version 10.3 (Build 7B85)
2003-12-11 08:45:31 -0500
prefs written
dyld: