On Thu, 26 Feb 2004, Simon Urbanek wrote:
> On Feb 26, 2004, at 11:58 AM, Marsland, John wrote:
>
> > Is you project based upon the SJava package, because we have had lots
> > of
> > problems with the callback interface?
>
> No, we are not using SJava for obvious reasons. I tried hard to fix it
On Feb 26, 2004, at 11:58 AM, Marsland, John wrote:
Is you project based upon the SJava package, because we have had lots
of
problems with the callback interface?
No, we are not using SJava for obvious reasons. I tried hard to fix it,
but for some platforms that is impossible w/o complete rewrit
Simon Urbanek <[EMAIL PROTECTED]> writes:
> Does anyone here use JEdit? I had a really quick look at it and it
> looks like a copy of Emacs ... which is a pity, because one could do
> much better with Java ;).
No one can do better than Emacs.
> Re auto-completion: auto-completing keywords is ok,
Simon Urbanek wrote:
On Feb 26, 2004, at 11:58 AM, Marsland, John wrote:
Is you project based upon the SJava package, because we have had lots of
problems with the callback interface?
No, we are not using SJava for obvious reasons. I tried hard to fix it,
but for some platforms that is impossi
Chris Jackson wrote:
>I've been using the graphapp stuff that's already there, which is out of
>date, and not very tidy or flexible, but it does this (simple) job.
>CodeMax sounds nice for code editing, but wouldn't there be a problem
>with using proprietary tools to develop R? I see they allow
Simon Urbanek
> Sent: 25 February 2004 16:42
> To: Prof Brian Ripley
> Cc: [EMAIL PROTECTED]; Chris Jackson
> Subject: Re: [Rd] Script editor for Windows GUI
>
> Furthermore using Java, it is possible to offer the quite powerful Java
> widget set to R users, seamlessly integrated i
It seems to depend on the *nix and the JVM, under S-PLUS (and SJava and
...). Solaris, surprisingly, seems one of the worse Unix hosts for this.
John Chambers once told me that he and Duncan TL had very similar SGI
systems at Bell Labs and Java display on one was much faster than the
other.
I
I like many of the features of eclipse -- we've got all of the nice
ones on my ESS roadmap (i.e. via ECB and the Eric Eide emacs tools
integration). It's a bit harder than it looks, though (many of the
same problems with that (eclipse) would be similar to the problems
that are holding up ESS deve
]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris Jackson
Sent: Wednesday, February 25, 2004 8:10 AM
To: [EMAIL PROTECTED]
Subject: [Rd] Script editor for Windows GUI
Dear R users / devs,
There's been requests in the past for a text editor built into the Rgui for
Windows, from which code can be subm
I do not see that as a problem; I've had reasonable luck running SJava
visualization code from Orca and ROrca remotely (over 1000bT), and VNC
works as well for that, but you are right, have to pay attention to
screen color depth.
Now whether SJava can be used for a stable system is a completely
s
I just have one question. From my very little (and negative) experience
with the Java GUI for S-PLUS on *nix, one big problem is that it doesn't
work when running S-PLUS remotely, either via X or VNC (unless the display
is 8-bit): The GUI is running, but on screen I just see one big black
rectang
Philippe Grosjean wrote:
Chris,
I don't know what you already did or not, but there is an excellent starting
basis for an editor, and it is independent from graphapp, very powerful, and
very easy to use (and stable!), it is called CodeMax
(http://www.winmain.com). There is both a dll and a COM ve
Chris,
I don't know what you already did or not, but there is an excellent starting
basis for an editor, and it is independent from graphapp, very powerful, and
very easy to use (and stable!), it is called CodeMax
(http://www.winmain.com). There is both a dll and a COM version (I believe
the dll v
) opening up R to new platforms not currently supported.
---
Date: Wed, 25 Feb 2004 17:41:37 +0100
From: Simon Urbanek <[EMAIL PROTECTED]>
To: Prof Brian Ripley <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>,Chris Jackson <[EMAIL PROTECTED]>
Subject: Re: [Rd] Scrip
On Feb 25, 2004, at 4:52 PM, Prof Brian Ripley wrote:
That's very interesting, but as you know Java installation can be quite
problematic. (It looks like the current Sun JVM 1.4.2_03 has several
issues, including not working with the R search engine, and a warning
on
mozilla.org about its Window
Simon,
That's very interesting, but as you know Java installation can be quite
problematic. (It looks like the current Sun JVM 1.4.2_03 has several
issues, including not working with the R search engine, and a warning on
mozilla.org about its Windows plugin.)
We bundled a version of Tcl/Tk wi
On Feb 25, 2004, at 2:10 PM, Chris Jackson wrote:
There's been requests in the past for a text editor built into the
Rgui for Windows, from which code can be submitted to the R console.
Something along the lines of the script editor in S-Plus. Currently
Rgui can only display a file read-only
On Wed, 25 Feb 2004, Martin Maechler wrote:
> > "Chris" == Chris Jackson <[EMAIL PROTECTED]>
> > on Wed, 25 Feb 2004 14:21:43 + writes:
>
> Chris> Peter Dalgaard wrote:
> >> Chris Jackson <[EMAIL PROTECTED]> writes:
> >>
> >>> editor. I think it would be a good
On Wed, 25 Feb 2004 09:22:47 -0500 (EST), "Gabor Grothendieck"
<[EMAIL PROTECTED]> wrote :
>
>
>Duncan Murdoch <[EMAIL PROTECTED]>
>>The "graphapp" user interface library that Rgui currently uses is
>>likely to disappear as soon as someone has the energy to replace
>>it -- but this might not be s
> "Chris" == Chris Jackson <[EMAIL PROTECTED]>
> on Wed, 25 Feb 2004 14:21:43 + writes:
Chris> Peter Dalgaard wrote:
>> Chris Jackson <[EMAIL PROTECTED]> writes:
>>
>>> editor. I think it would be a good selling point if the equivalent
>>> existed for R, with
Duncan Murdoch <[EMAIL PROTECTED]>
>The "graphapp" user interface library that Rgui currently uses is
>likely to disappear as soon as someone has the energy to replace
>it -- but this might not be soon.
What is going to replace GraphApp?
__
[EMAIL P
Peter Dalgaard wrote:
Chris Jackson <[EMAIL PROTECTED]> writes:
editor. I think it would be a good selling point if the equivalent
existed for R, without the need to use an external editor (or a hack
in Tcl/Tk).
Why is that a "hack"? I really must object.
Tcl/Tk is a GUI framework wit
Chris Jackson <[EMAIL PROTECTED]> writes:
> editor. I think it would be a good selling point if the equivalent
> existed for R, without the need to use an external editor (or a hack
> in Tcl/Tk).
Why is that a "hack"? I really must object.
Tcl/Tk is a GUI framework with a text editing widget
On Wed, 25 Feb 2004 13:10:08 +, Chris Jackson
<[EMAIL PROTECTED]> wrote :
>Dear R users / devs,
>
>There's been requests in the past for a text editor built into the Rgui
>for Windows, from which code can be submitted to the R console.
>Something along the lines of the script editor in S-Pl
Dear R users / devs,
There's been requests in the past for a text editor built into the Rgui
for Windows, from which code can be submitted to the R console.
Something along the lines of the script editor in S-Plus. Currently
Rgui can only display a file read-only in a pager. As far as I can
25 matches
Mail list logo