Displaying 20 results from an estimated 2000 matches similar to: "RAqua"
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 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
2002 Oct 30
2
native OS X R
I have a version of R-devel which is configured with the flags
configure
--with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh
--with-tk-config=/Library/Frameworks/Tk.framework
/tkConfig.sh --enable-R-shlib --with-aqua --without-x
TCLTK_LIBS="-framework Tcl -framework Tk"
TCLTK_CPPFLAGS="-I/Library/Framewor
ks/Tcl.framework/Headers
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 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 12
1
Re: [R-SIG-Mac] cleanest build I can think of
Thanks Byron, I assume you use new Devel Tool updates and nothing from
fink?
Can other people with new dev tools check this (for example Jan?)
It would be nice to update the instuction page (and R-admin in the
future)
some general notes:
1. there is no need to configure with --without-x as X11 can now be
used from inside RAqua
2. please use R-devel and not R-Sig-Mac as we will soon close this
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 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
2004 Feb 17
2
Macintosh (PR#6593)
Full_Name: David Steinsaltz
Version: 1.8.1
OS: Mac 10.3.2
Submission from: (NULL) (216.175.92.195)
A new installation of R on a new computer running OS 10.3.2 simply wouldn't
start. When I tried to start it from the command line, I got the message
dyld: /Applications/StartR.app/RAqua.app/Contents/MacOS/RAqua can't open
library: /usr/local/lib/libreadline.4.3.dylib (No such file or
2004 Feb 13
6
Building r-devel on Panther
I did:
./configure --with-blas='-framework vecLib' --with-lapack --with-aqua
make
sudo make install
sudo make install-aqua
Everything seems to be OK (some warnings about multiple definitions of
some symbols). However:
bass$ /Library/Frameworks/R.framework/Resources/bin/R
Fatal error: unable to open the base package
I got the same message when clicking on R.app in /Applications
This
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 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
2003 Sep 04
1
darwin build with latest gcc from apple
we are trying to adapt the configure in order to work with latest
gcc3.3 (from apple) and g77 3.4 (from
http://gravity.psu.edu/~khanna/hpc.html )
At the moment there is no need to define the __DEBUGGING__ but there is
still a problem with the -lcc_dynamic
does any of you know how to check for this library and explain why we
see -lcc_dynamic often passed as an ld flag.
Where to find doc on
2003 Oct 15
2
help.search in trouble with R-patched ?
...unless its me missing something...
> help.search("prompt", agrep=F)
Error: couldn't find function ".class1"
> traceback()
12: initialize(value, ...)
11: initialize(value, ...)
10: new("ObjectsWithPackage", value, package = pkg)
9: metaNameUndo(unique(these), prefix = "M", searchForm = searchForm)
8: methods:::getGenerics(ns)
7:
2003 Aug 17
2
R-devel problem
With the current version from rsync (8/16, 19:00) I get
make[3]: *** No rule to make target `helpsearch.c', needed by
`Makefile'. Stop.
make[2]: *** [R] Error 1
make[1]: *** [R] Error 1
make: *** [R] Error 1
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
Editor: Journal of Multivariate Analysis, Journal of Statistical
Software
US mail: 9432 Boelter Hall, Box
2003 Oct 03
2
tseries
Has anyone successfully check/build tseries for MacOSX?
It seems like there is the same problem with symbols duplications. The
-m like option does not seem to help.
stefano
2002 Dec 26
3
BLAS/Lapack on OS X
R-devel has the --with-lapack flag for configure. If you build R with
--with-blas="-framework vecLib" --with-lapack="--framework vecLib"
then the build goes through, using the native optimized BLAS and
Lapack in /System/Library/Frameworks/vecLib.framework. Also, it
works, in the sense that it does eigenvalue problems correctly.
I don't have any timings yet, because I
2002 Oct 06
1
R-1.6.0
I have build R-1.6.0 on Jaguar (actually on 10.2.2), using gcc 3.1
from Apple, g77 3.1 from fink, ATLAS from fink. It passes all
checks OK.
I also re-compiled the 233 packages listed below
with the same setup. I have NOT tested all these
packages in any detail. A tar.gz file with the whole /usr/local/lib/R
will be on ftp://gifi.stat.ucla.edu on Tuesday. It will NOT include
anything from fink
2002 Dec 26
3
R-1.6.2beta_2002-12-20: build problems (PR#2395)
While builds and validations of R-1.6.2beta_2002-12-20 were
successful on several systems, there were a few failures:
------------------------------------------------------------------------
Apple Darwin 6.2 (MacOS 10.2.2) with gcc-3.2.1:
gcc -dynamiclib -flat_namespace -undefined suppress -o
.libs/libgslcblas.0.0.0.dylib sasum.lo saxpy.lo ... isamax.lo izamax.lo xerbla.lo -lc -install_name
2002 Oct 10
4
Correspondence analysis/optimal scaling with ordinal variable
Dear R specialists,
I have a multivariate statistics question that I want to submit to
the R community (which conveys a very good statistical knowledge).
I need to perform an optimal scaling based on a discrete variable and
an ordinal variable. The discrete variable, Area, defines a
geographical area. The ordinal variable, EducationLevel, describes
the education level of individuals (the