Displaying 7 results from an estimated 7 matches for "peter_mcmahan".
2004 Mar 02
5
cat() in long-running functions only shows up on window resize (PR#6634)
Full_Name: Peter McMahan
Version: R 1.8.0 GUI
OS: Windows 2000
Submission from: (NULL) (67.107.205.66)
when running long functions with cat() commands inside, the requested data
doesn't show up until either the function has finished or the window is resized.
this is very frustrating for development purposes.
thanks,
peter
2004 Mar 02
0
cat() in long-running functions only shows up on window (PR#6636)
peter_mcmahan@yahoo.com wrote:
> Full_Name: Peter McMahan
> Version: R 1.8.0 GUI
> OS: Windows 2000
> Submission from: (NULL) (67.107.205.66)
>
>
> when running long functions with cat() commands inside, the requested data
> doesn't show up until either the function has finished or...
2004 Mar 02
0
cat() in long-running functions only shows up on window resize(PR#6634)
...l probably get better results if you use
flush.console() instead of cat() inside long running functions.
HTH,
Jim
James W. MacDonald
Affymetrix and cDNA Microarray Core
University of Michigan Cancer Center
1500 E. Medical Center Drive
7410 CCGC
Ann Arbor MI 48109
734-647-5623
>>> <peter_mcmahan@yahoo.com> 03/02/04 11:36AM >>>
Full_Name: Peter McMahan
Version: R 1.8.0 GUI
OS: Windows 2000
Submission from: (NULL) (67.107.205.66)
when running long functions with cat() commands inside, the requested
data
doesn't show up until either the function has finished or the window is...
2004 Mar 02
0
cat() in long-running functions only shows up on (PR#6637)
...l probably get better results if you use
flush.console() instead of cat() inside long running functions.
HTH,
Jim
James W. MacDonald
Affymetrix and cDNA Microarray Core
University of Michigan Cancer Center
1500 E. Medical Center Drive
7410 CCGC
Ann Arbor MI 48109
734-647-5623
>>> <peter_mcmahan@yahoo.com> 03/02/04 11:36AM >>>
Full_Name: Peter McMahan
Version: R 1.8.0 GUI
OS: Windows 2000
Submission from: (NULL) (67.107.205.66)
when running long functions with cat() commands inside, the requested
data
doesn't show up until either the function has finished or the window is...
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 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
2003 Dec 18
1
R and Sybase
Hi,
I'm trying to get R connected to Sybase on a Linux
machine. I'm relatively new to databases,
particularly the connectivity side.
Do I have to use RODBC and install ODBC support on the
system (a huge pain with Sybase, as you have to
install a scaled-down version of Sybase itself on the
system to get it to work with ODBC), or can I somehow
use DBI to do it. Other processes on the