similar to: x11() in SuSE6.3 and SuSE6.4

Displaying 20 results from an estimated 20000 matches similar to: "x11() in SuSE6.3 and SuSE6.4"

2006 Feb 23
1
tcl/tk - Install problem using MacOS X / X11
Hi Sorry, my first post was in German. I tried to get Rcmdr running under MacOS X 10.4.5. While RGui pretends that tcltk is running, starting Rcmdr freezes R completely. Instead, JGR which gave me the following results: > library(tcltk) Loading Tcl/Tk interface ... Error in fun(...) : no display name and no $DISPLAY environment variable Error: .onLoad failed in 'loadNamespace' for
2000 Jun 21
3
x11 support missing
I just compiled R-1.1.0 on two systems, redhat 5.2 (sparse) and suse 6.3 (loaded) . On redhad I got x11 support yes on suse I got x11support no. I cannot figure out the difference ./configure gives in both cases Source directory: . Installation directory: /usr/local C compiler: gcc -mieee-fp -D__NO_MATH_INLINES -g -O2 FORTRAN compiler: g77 -g -O2 X11
2006 Jul 11
1
Linux/MacOSX and "X11 protocol error: BadWindow..." warnings
This concerns behaviour which has been noted previously, for example see http://tolstoy.newcastle.edu.au/R/help/05/03/0844.html http://tolstoy.newcastle.edu.au/R/help/03b/6873.html and especially the thread http://tolstoy.newcastle.edu.au/R/help/04/08/3025.html I find that it affects both my Linux and Mac OS X setups. It is a feature which has caused some (at least John Fox in the
2005 Sep 05
1
tcltk, X11 protocol error: Bug?
Hi, I am having trouble debugging this one. The code is attached below, but it seems to be a problem at the C-tk interface. If I run this 1 time there are no problems if I run it more than once I start to get warnings that increase in multiples of 11 everytime I run it. Here is a sample session > source("clrramp2.r") Loading required package: tcltk Loading Tcl/Tk interface ... done
2006 Feb 23
1
tcl/tk - Problem unter MacOS X / X11
Hallo ! Ich habe versucht Rcmdr unter MacOSX 10.4.5 zu installieren. RGui zeigt an, dass tcl/tk laufen. Bei Aufruf von Rcmdr friert R jedoch komplett ein. JGR zeigt im Paketmanager dagegen an, dass tcl/tk nicht gestartet werden konnte und spuckt folgende Meldung aus: > library(tcltk) Loading Tcl/Tk interface ... Error in fun(...) : no display name and no $DISPLAY environment variable
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
2008 May 05
2
[R-SIG-Mac] Starting tcltk without Tk
It turns out that the behavior of starting just Tcl was actually a bug. Apparently the intention was to attempt to start Tk regardless of the DISPLAY variable, because some TclTk implementation such as Aqua Tcl/Tk don't require DISPLAY and thus would not be loaded. Due to a bug (HAVE_AQUA was not included in Rconfig.h before R 2.7.0), though, this was not the case. I'll leave it
2006 Sep 29
2
problems with R and tckl/tk on Mac OS X
Dear R-help team, I am trying to run "R" on my Intel-based Mac. I have installed R, X11 and Tcl/TK (I thought), but the GUI doesn't run. My system administrator doesn't support R and therefore, I'm a little helpless. What can I do? Regards, Ingo
2010 Sep 01
1
Installing a Tcl/Tk Extension on OSX
Dear R-Community, I need the Img tk extension for my R package. It all works on my Ubuntu machine (libtk-img). However I experience a great deal of trouble when I try to install the package on OSX 10.5 or 10.6 (in fact I'm not able to do it). As I understand it, the ActiveTcl with it's teacup package manager do not have an effect on the the x11 tcl installation which R accesses. MacPorts
2008 Nov 05
3
Help with TCL/TK on centos 5.2 unknown color black
Hi all, I am using centos 5.2 x86_64 on a box. and getting this error: wish -f pcalert.tcl Error in startup script: unknown color name "black" (processing "-background" option) invoked from within "canvas .c -height $canvas_height -width $screen_width -background black -highlightthickness 0 " invoked from within "set c [canvas .c -height
2018 Jul 30
3
Fwd: help building very old R
Hi guys, Perhaps someone here can help. I am trying to build versions of R 1 for the rcheology package (just arrived on CRAN). For R prior to 1.5.0, I cannot configure support for tcl-tk. I am building on Debian Woody (provided by Docker debian/eol) and have the following packages installed: r-base-dev tclx8.3-dev tk8.3-dev xvfb xbase-clients x-window-system-core I download R source from
2008 May 04
1
Change in the Tcl/Tk loading in R 2.7.0 (under Unix/Mac OS X)?
Hello, Up to R 2.6.2, I used to start Tcl *without Tk* (I need only Tcl for some part of my work, like a socket server written in Tcl only, for instance) with this code under Mac OS X (particularly on this system, because I don't want to start X11 just to use Tcl code, which is required for Tk!): > Sys.unsetenv("DISPLAY") > library(tcltk) I got then the message
2009 Oct 28
1
compilation options to get install.packages() to invoke tcl/tk
Hi UseRs, I've just installed 2.10.0 on Ubuntu hardy, compiling from the tar.gz bundle. install.packages() just says "Error in install.packages() : no packages were specified" The "normal" hardy 2.6.2 version pops up a tcl/tk menu for repositories. I'm assuming I missed a configure option for tcl/tk, but the configure script says that --with-tcltk is the default.
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
2006 Dec 09
2
Rcmdr package
Dear R users, I want to install the Rcmdr package in a Quantian linux machine, but, when i tried that, following commands appeared: ** building package indices ... * DONE (Rcmdr) The downloaded packages are in /tmp/RtmpuOikyk/downloaded_packages > library("Rcmdr") Loading required package: tcltk Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not
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
2005 Apr 27
1
tcl/tk problem
I have JUST started using R. I am using R 2.0.1 on a mac (os x) to run another program (called GRASPER, Generalized Regression Analysis and Spatial Prediction for R). When I try to run Grasper, I get an error for tcl/tk: > library(grasper) Loading required package: mgcv This is mgcv 1.1-8 Loading required package: MASS Loading required package: tcltk Error in dyn.load(x,
2012 Sep 11
4
ubuntu 12.04 install issues
Hello: I have a new install of Ubuntu 12.04. I have tried to install R via source, apt-get, and the deb packages from a cran mirror. Each of these had issues. I followed the secure apt key install. The apt-get and deb installs each have the same error. So, let's ignore the source install for now. This is the error: >> sudo dpkg -i r-base-core_2.15.1-1precise2_i386.deb (Reading
2006 Feb 03
3
R-2.2.1-INSTALL Issue with TCLTK
Hi I am not able to have a working tcltk library in R-2.2.1 inspite of trying different options suggested in the FAQ's. I am using the following configure option and I do get the tcltk package installed but with a missing libs folder. ./configure -prefix= "~R-2.2.1" --enable-R-shlib --enable-linux-lfs --with-zlib --with-gnu-ld --with-tcltk
2003 Sep 18
3
Installing from RPM on Red Hat 9
Hi Folks, Sorry to bring up this kind of issue (though any discussion may help some other people). I've just installed Red Hat 9 Linux (opting for GNOME) and now want to install R. I downloaded the RPM for Red Hat 9 from CRAN (as well as the patched readline). Attempting to install ( rpm -i R-1.7.1-1.i386.rpm ) I get, pretty quickly, the following: warning: R-1.7.1-1.i386.rpm: V3 DSA