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.

86 results for “from:Thomas J Vogels”

callback environment for Tk buttons
Thomas J Vogels · Feb 4, 2001 · r-help

Luke, Peter, thanks for the explanation of how to generate the callbacks and how the for-loop works. This helped a lot to understand what was going on. Regards, -tom -- mailto:tov at ece.cmu.edu (Tom Vogels) Tel: (412...

extra comma in configure (PR#570)
Thomas J Vogels · Jun 14, 2000 · r-devel

Full_Name: Tom Vogels Version: 1.1.0 (2000/June/14) OS: Linux Submission from: (NULL) (128.2.216.84) There is a random comma on line 3617 in configure. Doesn't hurt but doesn't look very pretty either...

sorting ascending descending! & THX@coling
Thomas J Vogels · Jan 12, 2001 · r-help

Witold Eryk Wolski <wolski at molgen.mpg.de> writes: > THX. > You are right!! > > > a[order(-1*a)] > [1] 110 23 4 3 2 > > > Eryk hmm, I would have thought rev(order(...)) to be more intuitive: x[order(x)] sorts in...

R-1.0.0 on alpha/osf1 memory glitch (PR#490)
Thomas J Vogels · Mar 20, 2000 · r-devel

Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> writes: [snip] > if(R_Interactive && UsingReadline) { > stifle_history(R_HistorySize); > write_history(R_HistoryFile); > } That takes care of the xmalloc complaints on an AIX box as well. (Also, recompiling R with -lc...

R on AIX (>4.2)
Thomas J Vogels · Jun 9, 1999 · r-help

Hi, I'm determined to get R compiling & running on a machine running AIX 4.2. I've seen previous emails in the archive about this topic. The main obstacle is getting dynamic loading to work, but it works for...

Histogram for factors
Thomas J Vogels · Jan 12, 2001 · r-help

Hi, I keep running into this: R> hist (f) Error in hist.default(f) : `x' must be numeric To which of course something like (simplified but not beyond repair): R> hist.factor <- function (ff) { jj <- table (ff) jb <- barplot (jj...

how to send a bug report within ESS
Thomas J Vogels · Apr 7, 2000 · r-help

Hi, I just tried to send a bug report within an ESS session in emacs. bug.report() simply returned quietly, giving no indication what it did or didn't whatsoever. (I hope you don't see empty emails because of...

Why does substr<- truncate and not replace...
Thomas J Vogels · Sep 7, 2001 · r-help

... when the replacement string is shorter than the portion of the string to be replaced? The documentation to substr (in R 1.3.1) gives me: If the portion to be replaced is longer than the replacement string, then only...

R-0.90.0 untar
Thomas J Vogels · Nov 22, 1999 · r-devel

Martin Maechler <maechler@stat.math.ethz.ch> writes: Martin> tar tfvz R-0.90.0.tgz Martin> lists most files with permissions Martin> Martin> -rw-rwSr-- One reason you may get these warnings is when you try this in AFS...

R 1.4.0 build fails on AIX (PR#1289)
Thomas J Vogels · Feb 19, 2002 · r-devel

Dan, - have you tried gcc instead of xlc? It's surprisingly easy to install for AIX. - have you tried to turn off all optimizations (explicitly if needed)? My AIX box also has ML 9 but I'm not using xlc...

help with tcltk
Thomas J Vogels · Feb 14, 2001 · r-help

Frank Gerrit Zoellner <fzoellne at TechFak.Uni-Bielefeld.DE> writes: > Hallo! > > Can anyone explain to me how to add a vert. scrollbar to a listbox using tcltk please? By add, to you mean link them so that the scrollbar, well...

Pattern Matching help
Thomas J Vogels · Jan 17, 2001 · r-help

Prof Brian Ripley <ripley at stats.ox.ac.uk> writes: <snip> > `.' is a special character in a regexp. You have to escape it by `\', and > that needs to be escaped in R. > > Perhaps we need to say more on the...

AIX fails on startup with R-1.0.0
Thomas J Vogels · Mar 29, 2000 · r-devel

Peter, ah, stupid me. I've put the braces "back" into system.c to guard write_history(), et voila, it works. I was simply confused by the error message showing up before the R prompt instead of the very end...

MetaPost device?
Thomas J Vogels · Apr 7, 2000 · r-devel

Ross Ihaka <ihaka@stat.auckland.ac.nz> writes: > On Thu, Apr 06, 2000 at 06:29:08PM +0200, Guido Masarotto wrote: > > > The problem with MetaPost (if I understand well) is how > > you do get metric information about the fonts. > > The...

definition of R_problem_buf in S.h (PR#210)
Thomas J Vogels · Jun 14, 1999 · r-devel

Hi all, after I started it, allow me two comments: 1) as was pointed out, the problem of including S.h in different places doesn't show up until you try to compile shared libraries (lqs, modre) since the conditional...

extra comma in configure (PR#570)
Thomas J Vogels · Jun 14, 2000 · r-devel

Prof Brian D Ripley <ripley@stats.ox.ac.uk> writes: > On Wed, 14 Jun 2000 tov@ece.cmu.edu wrote: > > > Full_Name: Tom Vogels > > Version: 1.1.0 (2000/June/14) > > OS: Linux > > Submission from: (NULL) (128.2.216.84...

Error compiling R on RS6000 (PR#290)
Thomas J Vogels · Sep 30, 1999 · r-devel

Paul, do you have the output from configure? What probably happens is that the libs libz.a and libncurses.a get picked up erroneously in the configure stage. For a quick fix, could you check whether R compiles cleanly after...

R 1.5.1 on AIX 5.1
Thomas J Vogels · Jul 16, 2002 · r-help

Andy Pierce wrote: > I'm trying to get R running on AIX 5.1 with the native AIX compilers, VisualAge C++ > 5.0.2.0 and XL Fortran Compiler 7.1.0.0. R compiled fine, but in running the...

R 1.4.0 build fails on AIX (PR#1289)
Thomas J Vogels · Feb 3, 2002 · r-devel

Thomas Lumley <tlumley@u.washington.edu> writes: > On Wed, 30 Jan 2002, Dan Million wrote: > > > I just tried it with CC=cc and FC=f77, and I got the coredump in the same > > place. This is on AIX 4.3...

Disappearing x axis in plot.factor (PR#830)
Thomas J Vogels · Jan 30, 2001 · r-devel

Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> writes: > tov@ece.cmu.edu writes: snip > > Something funky is going on with axisnames or args in plot.factor that > > I can't figure out. The situation can be remedied with > > > plot...

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