Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

139 results for “from:James Wettenhall”

[R-gui] GUI for require(package)
James Wettenhall · Jul 15, 2004 · r-sig-gui

Hi list, > [ Off the list(s) ] Oops!!! I sent it to the list, but meant to send it to Jeff. Sorry, pleaes ignore. Regards, James

rw-FAQ.texi Q2.3/Q2.4 reference
James Wettenhall · Apr 28, 2004 · r-devel

Hi, I believe "Create a separate shortcut for each project: see Q2.3" in R-devel/src/gnuwin32/rw-FAQ.texi should refer to Q2.4 Regards, James

Windows RConsole Focus - oops, thanks!
James Wettenhall · Nov 2, 2003 · r-devel

Prof Ripley, On Sun, 2 Nov 2003, Prof Brian D Ripley wrote: > ?bringToTop Oops. It's right there in help.search("focus"), help.search("window") etc. Sorry I missed it. Thanks for your help, James

Ignore previous post - rw-FAQ.texi etc.
James Wettenhall · Apr 28, 2004 · r-devel

Apologies, My mail system has reposted some emails I tried to send some time ago after my Linux administrator upgraded sendmail etc. Please ignore the recent post about rw-FAQ.texi etc. Regards, James

Relocatable R installation?
James Wettenhall · Jul 7, 2004 · r-sig-mac

Hi Stefano, On Wed, 7 Jul 2004, stefano iacus wrote: > just for you convenience, I've add a package installer for the X11 > TclTk libraries. > It still require privileges though. (at http://www.economia.unimi.it/R/) Thanks very much...

rw-FAQ.texi Q2.3/Q2.4 reference
James Wettenhall · Apr 7, 2004 · r-devel

Apologies if this gets posted twice. I've been having some pine/email troubles since upgrading to Fedora. Hi, I believe "Create a separate shortcut for each project: see Q2.3" in R-devel/src/gnuwin32/rw-FAQ.texi should...

Just checking - X11 Tcl/Tk is still the default (not Aqua), right?
James Wettenhall · Jun 23, 2005 · r-sig-mac

Hi, Thanks Simon and Jan for very useful advice about R-Tcl/Tk in R 2.1.x for MacO S X. I think I can give some pretty clear instructions to Mac users wanting to install software for our...

[R-gui] Fixes for tcltk focus problems
James Wettenhall · Aug 29, 2004 · r-sig-gui

Hi Duncan, On Sun, 29 Aug 2004, Duncan Murdoch wrote: > - library(tcltk) now preserves the foreground window. > > - In MDI mode, bringToTop() now brings the MDI frame forward before > bringing forward the requested window within it. Thanks for doing that! As...

[R-gui] Strange reposting to R-SIG-GUI
James Wettenhall · Apr 28, 2004 · r-sig-gui

Hi all, Sorry, two emails I posted to R-SIG-GUI a while ago sudenly seem to have reposted themselves. I think it has something to do with upgrading our Linux system to Fedora, and then forgetting to set my...

Calling R from C
James Wettenhall · Jul 22, 2003 · r-help

Duncan Temple Lang's article "In Search of C/C++ & Fortran Routines" in R News Vol 1/3, September 2001 is definitely worth reading (even though it's mainly about calling C from R): http://cran.r-project.org/doc...

Debugging R/Fortran in Windows
James Wettenhall · Sep 10, 2005 · r-devel

Duncan, >> Seth - Thanks for suggesting valgrind. I tried it out, and it correctly >> told me that memory leakage was not the problem (although I didn't >> believe it at first). > > Is there a version of valgrind that works in Windows...

[R-gui] GUI for require(package)
James Wettenhall · Jul 15, 2004 · r-sig-gui

Hi Jeff, [ Off the list(s) ] On Thu, 15 Jul 2004, Jeff Gentry wrote: > It is still quite rough, but "getting there". It's another thing that > seems to get a burst of work done at infrequent intervals, unfortunately. I...

[R-gui] GUI for require(package)!
James Wettenhall · Jul 15, 2004 · r-sig-gui

John, On Thu, 15 Jul 2004, John Fox wrote: > I'll be interested to see what you come up with. I think that my solution is > probably sufficient for the Rcmdr package (actually, I can eliminate the Yes, I'm...

R/Tcl arrays
James Wettenhall · Jul 29, 2003 · r-help

Peter, Yes. I have a pretty limited understanding of hash-arrays in Tcl. I was amused to read "The Tcl War": http://www.vanderburg.org/Tcl/war/ Certainly your more-general array interface will be much better in the long...

iwidgets in tcltk in R 1.7.0
James Wettenhall · Apr 23, 2003 · r-help

Thanks Peter, Yes, the capitalization was the problem. My code previously used tclRequire("iwidgets") which worked OK in R 1.6.x on Windows but now I have changed it to tclRequire("Iwidgets") which has solved the problem! Regards, James...

Tktable White column when WIDTH>13
James Wettenhall · Jul 30, 2003 · r-help

Sorry to those not interested in R/TclTk for yet another email! Thomas found possibly a better way to fix the "white column on the right" problem : tkconfigure(table1,colstretchmode="unset") Also, he asked how to justify text to the...

[R-gui] [R GUI] validate for entries
James Wettenhall · Apr 22, 2004 · r-sig-gui

Erin, On Thu, 22 Apr 2004, Erin Hodgess wrote: <SNIP> > I'm stuck on the validate function. I'm using Iwidgets of entryfield. <SNIP> > Trial <- tclVar(0) > fs2 <- function() { > NumTrial <- as.numeric(unlist(trial)) <SNIP> > } <SNIP> > trial <- tkwidget(tt,"iwidgets...

Tktable cell colors
James Wettenhall · Jul 28, 2003 · r-help

Thomas Sudler <TSudler at ch.imshealth.com> wrote: > color of all the cells, that's no problem. But is it also possible to define > another color for different cells? (example: Cell at position [1,1]:red, Thomas, Try this: require...

[R-gui] Re: tcltk: "Image" rather than bitmap loaded on tklabel
James Wettenhall · Jul 17, 2003 · r-sig-gui

Dirk, Did you figure out how to display images in Tk widgets? I finally got it working as follows: library(tcltk) tt <- tktoplevel() tclRequire("Img") tkcmd("image","create","photo","foo",file="foo.png") imgAsLabel <- tklabel(tt,image="foo",bg="white...

Building R for windows (was Adding Tk Extensions...)
James Wettenhall · Sep 30, 2003 · r-devel

On Tue, 30 Sep 2003, Marsland, John wrote: > Have you tried to make R under MSYS/MinGW, there would seem to be some > obvious benefits to this over the current collection of Cygwin tools? Yes I've tried, but the...

Can't find what you're looking for? Try searching with Google .