similar to: RAqua and AquaTclTk

Displaying 20 results from an estimated 400 matches similar to: "RAqua and AquaTclTk"

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 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 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
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 Mar 12
2
Problems startin RAqua for Mac
I am a user of a i book G4 with OS X 10.3 and I installed RAqua 1.8.1 without any problems. When I want to start RStart the "R" Symbol appers for one second and then disappers again and nothing else happens. I've tried to reinstall the program and I also reinstalled my OS X wich did not help. I really need this program for my studies. If someone knows whats wrong please eMail
2003 Dec 03
1
RAqua line-editor navigation keys
this is a suggestion for a feature in future releases of RAqua for mac OS X: It would be very nice if the gui conformed to the navigation keys that most other os x apps do (with the exception of ms word and mozilla). i am referring to the use of ctrl- f, b, n, p, e, and a for navigating forward one character, backwards one character, up one line, down one line, to the end of a line, and to the
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
2004 May 10
1
RODBC in RAqua
I've been trying to get RODBC working in RAqua. For my database, let's call it "mydb", when I enter odbcConnect("mydb") or odbcConnect("mydb", uid="postgres", pwd="secret"), RAqua thinks for about 10 seconds, then crashes. mydb is a PostgreSQL 7.4.2 database running on my machine (Mac OS X 10.3.3). I am using the pgsqlodbc 7.2.5 driver
2003 Sep 16
1
RAqua too hungry of cpu time
It seems that RAqua consumes too much cpu time when doing nothing. I can't see exactly why this is happening. We have few days to fix this up. Any idea (after having look at the code) would be fine. stefano
2003 Dec 10
1
RODBC with RAqua
Hi, I use RAqua on mac os x 10.3. I am trying to connect to an odbc dsn, but RODBC can't seem to find it. I have it installed in my ODBC Administrator in /Applications/Utilities as a system-wide data source. does RODBC need more than just the dsn name (like a path or something)? I have everything set up identically on a windows box, and all seems to work fine. thanks, peter
2004 Jan 10
1
edit windows in RAqua
I'm just beginning to explore Raqua on a new G5 machine. Generally, it feels very natural, but I'm puzzled by the behavior of editing windows. When you use fix() or vi() or edit() you get a new window; this is fine, but is there a way to: o specify what editor is operating in this window o control the size of the window o allow control to revert back to the R console with the
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 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 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
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 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
2004 Jan 09
0
Raqua edit.data.frame()
I'm running R 1.8.1 on a Mac with OS X 10.3 (Panther). The edit.data.frame( ) function doesn't seem to work. A window opens but I can't figure out how to navigate around it or to edit or add data to the data frame. It works fine on MS Windows. Is this just a limitation of Raqua? Anyone know of plans to fix it? Rich Simon Richard Simon, D.Sc. Chief, Biometric Research Branch Head,
2004 Mar 02
1
Immediate crash on Mac OS X 10.2.8
Hello, I don't know very much about Macs, so may have missed some obvious steps, but I downloaded version 1.8.1 of RAqua.dmg and installed from the R package file. The Start R icon appeared in the applications directory, but crashed immediately on opening. Here is the log file: Date/Time: 2004-03-03 08:32:27 +1100 OS Version: 10.2.8 (Build 6R73) Host: Kylie-Kings-Computer.local.
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