search for: nokomis

Displaying 12 results from an estimated 12 matches for "nokomis".

Did you mean: loomis
2000 Aug 15
2
Compiling R on HP-UX
Has anyone succeeded in compiling R on HP-UX? I'm trying to compile R version 1.1.0 on a HP-UX 10.20 machine. I run into the following problems: I got a compile error on src/unix/X11/rbitmap.c which I solved by including setjmp.h. After that, and after editing the Makefiles a bit cause gcc en ld can't find all the libraries, I finally get it to compile. Then I run "make
2001 Aug 23
1
Interrupts (was Re: X11 protocol errors ...) (PR#1069)
On 22-Aug-2001, Luke Tierney <luke@nokomis.stat.umn.edu> wrote: | We will I think have to come up with a cleaner model for very | selectively enabling interrupt processing, perhaps with some | integration with the external function registration mechanism Duncan | added recently (e.g. marking a function as one where LONGJMP's are | s...
2001 Oct 02
1
RE: problem with while loop with next
...Thanks very much for the info. Why does the loop work if I move the assignment out of the condition? E.g., the following works: i <- 0 while(i < 5) { i <- i + 1 if(i < 3) next print(i) } Regards, Andy > -----Original Message----- > From: Luke Tierney [mailto:luke at nokomis.stat.umn.edu] > Sent: Tuesday, October 02, 2001 3:36 PM > To: Liaw, Andy > Cc: r-help (E-mail) > Subject: Re: problem with while loop with next (was RE: [R] file > connection, w hile, readLines and browser) > > > It does look like `next' does not work properly with whi...
2001 Oct 10
4
Weird feature when creating function lists with apply
Hi R-fellows, can anyone explain this weird feature? I am trying to create a list of functions with apply, and it appears that there is something strange going on when the function evaluates the argument a. When I duplicate a into a local variable b, the result changes !?! Any pointers? Thank in advance. Cheers, Uffe # Create a function which returns a function > f1 <- function(a)
2002 Jun 07
1
Bug list summary (automatic post)
...ry: Low-level * PR# 989 * Subject: "[.data.frame" allows un-named 3rd subscript From: "Charles C. Berry" <cberry@tajo.ucsd.edu> Date: Mon, 18 Jun 2001 13:13:46 -0700 (PDT) * PR# 1068 * Subject: Interrupts (was Re: [Rd] X11 protocol errors ...) From: Luke Tierney <luke@nokomis.stat.umn.edu> Date: Wed, 22 Aug 2001 19:32:51 -0500 --see also followup in PR#1069 * PR# 1069 * Subject: Interrupts (was Re: [Rd] X11 protocol errors ...) From: "John W. Eaton" <jwe@bevo.che.wisc.edu> Date: Wed, 22 Aug 2001 21:56:33 -0500 --part of PR#1068 * PR# 1211 * Subject: c...
2001 Sep 24
1
R-devel Digest V1 #314
....ucsd.edu> Date: Mon, 18 Jun 2001 13:13:46 -0700 (PDT) * PR# 1063 * Subject: interrupting Sys.sleep From: Thomas Lumley <tlumley@u.washington.edu> Date: Mon, 20 Aug 2001 13:55:29 -0700 (PDT) * PR# 1068 * Subject: Interrupts (was Re: [Rd] X11 protocol errors ...) From: Luke Tierney <luke@nokomis.stat.umn.edu> Date: Wed, 22 Aug 2001 19:32:51 -0500 - --see also followup in PR#1069 * PR# 1069 * Subject: Interrupts (was Re: [Rd] X11 protocol errors ...) From: "John W. Eaton" <jwe@bevo.che.wisc.edu> Date: Wed, 22 Aug 2001 21:56:33 -0500 - --part of PR#1068 Directory: Macint...
2002 Jul 07
1
Bug list summary (automatic post)
...ry: Low-level * PR# 989 * Subject: "[.data.frame" allows un-named 3rd subscript From: "Charles C. Berry" <cberry@tajo.ucsd.edu> Date: Mon, 18 Jun 2001 13:13:46 -0700 (PDT) * PR# 1068 * Subject: Interrupts (was Re: [Rd] X11 protocol errors ...) From: Luke Tierney <luke@nokomis.stat.umn.edu> Date: Wed, 22 Aug 2001 19:32:51 -0500 --see also followup in PR#1069 * PR# 1069 * Subject: Interrupts (was Re: [Rd] X11 protocol errors ...) From: "John W. Eaton" <jwe@bevo.che.wisc.edu> Date: Wed, 22 Aug 2001 21:56:33 -0500 --part of PR#1068 * PR# 1211 * Subject: c...
2002 Aug 21
1
Bug list summary (automatic post)
...ry: Low-level * PR# 989 * Subject: "[.data.frame" allows un-named 3rd subscript From: "Charles C. Berry" <cberry@tajo.ucsd.edu> Date: Mon, 18 Jun 2001 13:13:46 -0700 (PDT) * PR# 1068 * Subject: Interrupts (was Re: [Rd] X11 protocol errors ...) From: Luke Tierney <luke@nokomis.stat.umn.edu> Date: Wed, 22 Aug 2001 19:32:51 -0500 --see also followup in PR#1069 * PR# 1069 * Subject: Interrupts (was Re: [Rd] X11 protocol errors ...) From: "John W. Eaton" <jwe@bevo.che.wisc.edu> Date: Wed, 22 Aug 2001 21:56:33 -0500 --part of PR#1068 * PR# 1211 * Subject: c...
2002 Sep 21
1
Bug list summary (automatic post)
...ry: Low-level * PR# 989 * Subject: "[.data.frame" allows un-named 3rd subscript From: "Charles C. Berry" <cberry@tajo.ucsd.edu> Date: Mon, 18 Jun 2001 13:13:46 -0700 (PDT) * PR# 1068 * Subject: Interrupts (was Re: [Rd] X11 protocol errors ...) From: Luke Tierney <luke@nokomis.stat.umn.edu> Date: Wed, 22 Aug 2001 19:32:51 -0500 --see also followup in PR#1069 * PR# 1069 * Subject: Interrupts (was Re: [Rd] X11 protocol errors ...) From: "John W. Eaton" <jwe@bevo.che.wisc.edu> Date: Wed, 22 Aug 2001 21:56:33 -0500 --part of PR#1068 * PR# 1211 * Subject: c...
2012 Mar 25
2
avoiding for loops
I have data that looks like this: > df1 group id 1 red A 2 red B 3 red C 4 blue D 5 blue E 6 blue F I want a list of the groups containing vectors with the ids. I am avoiding subset(), as it is only recommended for interactive use. Here's what I have so far: df1 <- data.frame(group=c("red", "red", "red", "blue",
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,   Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.   One function that has me stumped is "sink." Can anyone tell me if this stands for something?   Thanks,   Paul         __________________________________________________ [[alternative HTML
2001 Aug 23
0
Interrupts (was Re: X11 protocol errors ...) (PR#1068)
Martin wrote: > Just this morning, > I found (again!, we had something close to this before) > the following related bugous behavior : > After interrupting a plot (which would have taken a few minutes and was > "wrong" anyway), starting another plot, interrupting again [with C-c], > and maybe the same once more, > R started just giving a ">" prompt