Displaying 20 results from an estimated 62 matches for "_rgui".
Did you mean:
rgui
2012 Jan 03
3
An R interface to Model Building
Hello all,
To anyone who is interested, I'm trying to learn a bit more about
developing applications in R with user interfaces. I've been playing
around with gWidgets to develop a model building interface.
I'd appreciate any comments, suggestions, or guidance on how to better
structure my R code and organize the programming task. In addition,
any suggestions for features and
2006 Jan 10
2
Wikis (was about prod(numeric(0)))
Tony Plate <tplate <at> acm.org> writes:
>
> Since the virtue and reliability of Wikis was brought up, I created a R
> Wiki page for this at
>
http://www.sciviews.org/_rgui/wiki/doku.php?id=beginners:surprises:emptysetfuncs
>
>
> Anyone: please correct errors and improve it!
>
> Tony Plate
>
OK, now I have another question:
I see a wiki at
http://fawn.unibw-hamburg.de/cgi-bin/Rwiki.pl?RwikiHome
administered by Detlef Steuer
I see another...
2006 Jan 10
2
Wikis (was about prod(numeric(0)))
Tony Plate <tplate <at> acm.org> writes:
>
> Since the virtue and reliability of Wikis was brought up, I created a R
> Wiki page for this at
>
http://www.sciviews.org/_rgui/wiki/doku.php?id=beginners:surprises:emptysetfuncs
>
>
> Anyone: please correct errors and improve it!
>
> Tony Plate
>
OK, now I have another question:
I see a wiki at
http://fawn.unibw-hamburg.de/cgi-bin/Rwiki.pl?RwikiHome
administered by Detlef Steuer
I see another...
2005 Apr 26
11
good editor for R sources ?
Dear all,
(Sorry if the question has already been answered.)
Could someone please suggest a good text editor for
writing R sources ?
(I know emacs exists ... but I find it a bit heavy).
I use crimson (http://www.crimsoneditor.com) which is
small and simple, but the R syntax seems not to be supported.
Thanks for any advice
2006 Jan 18
0
R Wiki and R-sig-wikii
...to announce the creation of R-sig-wiki, a new R SIG (Special
Interest Group) mailing list dedicated to the elaboration and
maintenance of a R Wiki. You can subscribe at:
https://stat.ethz.ch/mailman/listinfo/r-sig-wiki. There is currently a
prototype for a new R Wiki at http://www.sciviews.org/_rgui/wiki
(temporary address). The main idea is to offer a site where users could
collaborate in writting various kind of documentation for R. It mainly
targets R beginners, but is left open for more advanced sections. Any R
user interested in the setting up of this Wiki is warmly welcome to
partic...
2004 Jul 07
6
text editor for R
Hi,
What is the best text editor for programming in R? I am using JEdit as the
text editor, however, it does not have anything specific for R. It will be
nice to have a developing environment where the keywords are highlighted,
plus some other debugging functions.
Yi-Xiong
[[alternative HTML version deleted]]
2004 Jul 11
1
WinXP "developer" asks: Tcl/Tk (Rcmdr) under OS X?
It is my understanding that Tcl/Tk does not come with the base installation of R under OS X ( http://www.sciviews.org/_rgui/projects/TclTk.html). Is there a simple way to explain how a user with limited tolerance for computer complexity can obtain and install Tcl/Tk for OS X?
Thanks.
Chuck
Background: Roughly a third of my target audience uses OS X. I do not and I do not have access to a machine I could use as a...
2009 Jan 20
1
tclarray with embedded spaces in data
...the variable for a table:
table1 <- tkwidget(f1, 'table', variable= mytkarray)
but if I include character strings with embedded spaces, I get braces
appearing in the table.
I can remove them using a non-R tclarray, (the difference between the
first example of
http://www.sciviews.org/_rgui/tcltk/Tktable.html
and
http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/tktable.html
- the result of the second of which includes the braces (although not in
the image provided!) and that of the first does not - but this seems
undesirably complicated. Am I missing something simple?
Any insi...
2007 Sep 11
6
Editor for R under Fedora 7
Hello everyone,
I wanted to ask what will be a good editor to write R scripts in Fedora 7.
Tony
[[alternative HTML version deleted]]
2010 Feb 26
5
text editors
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100226/6ff97bd8/attachment.pl>
2008 Jan 21
3
Need suggestions about GUI
What I want to do is:
1, creat a text box, insert text into that box.
2, select chunk of of the text by mouse, and link it to a lable. so I would
like a way to get that chunk of text.
Can I do such job with tcltk? Any relavant tutorial materials?
Thanks
--
HUANG Ronggui
Bachelor of Social Work, Fudan University, China
Master of sociology, Fudan University, China
Ph.D. Student , CityU of
2003 May 12
7
FW: S+ Script Files for R???
> Hi List,
> I'm trying to get a bunch of hardened S+ users to switch to R. They won't
> move because they have got addicted to the S+ (.ssc)
> scripting files, available for MS windows versions. In these files you
> highlight the code you want to execute by mouse, press an arrow in the
> menu, and it fires it off to the S+ compiler directly. Is such a facility
>
2009 May 12
1
Plugins for R and more...
Hello!
I saw this discussion regarding vim plugin for R and just wonder if
there exists something similar for Gedit. I use Debian and I really like
Gedit. I know a lot of plugins but not for R.
Another thing is a bit stupid cause I know there has been discussion
about repositories for R. I recently converted a friend from Windows to
Debian and he is confused should he use:
deb
2003 Jan 21
2
running R inside of e-macs
I can''t start r inside of emacs. When I try it says that it cannot find .Rhistory and then it says " This program ( pressumably Rterm) has performed an illegal operation and will be shut down.". How can I fix this problem?
[[alternate HTML version deleted]]
2005 Aug 02
1
breaking command in command line in R for Mac Aqua
I'm using R for Mac Aqua version 2.1.1
If at the command line, I type:
ls(
and then a return, the command line prompt changes to
a plus sign indicating that the command has not been
completed. How do I break, or kill, the partial
command? Sometimes, I type a long command but miss a
bracket or parenthesis. On a unix or linux version of
R, I can type ctrl-c. On the Mac, ctrl-c,
2007 Jan 01
0
autofill for a tkentry field
...validatecommand=autofill)
tkgrid(entry1.f)
tkgrid(ppw)
tkgrid(pw)
I don't know how to pass arguments to the autofill function, so I can
manipulate the textvariable. Any help is much appreciated. If we get a
working solution, maybe we should add this example to
http://www.sciviews.org/_rgui/tcltk/index.html.
Thank you,
Adrian
2007 Dec 21
1
R appearance under linux
Dear R users,
I have just moved to R2.6.1 under Opensuse linux 10.3. I used to work with R under XPpro.
Is it "normal" to have a visual aspect of R under linux different ? I mean without a window with menus etc...
What I do is just open a console window and type R then I just obtain a:?? >?? waiting for my input.
No menu I can click to open for instance to go to the different
2008 Oct 02
1
SAS enterprise guide in R?
Hello,
Our company has been looking at "SAS enterprise guide 4" (Insightful Miner is a similar product from Insightful, I believe) which seems to provide a nice graphical way of displaying/managing a process or project. It is also accessible to non-programmers.
Does any of the R GUIs provide similar functionality please? Can you point me in the right direction?
Thanks in advance
Best
2004 Nov 06
1
Some Tips about developing an interface.
Hi.
I just started studing R language and I saw there is a package to develop
user interface called tcltk. I read about it and I made some tests but I
found it a little poor and slow.. I was thinking if is possible to write a
user interface using java and ask to R to run all the maths I have and R
returns all the results, including graphs.
If someone has any suggestions to me I will appreciate,
2005 Apr 13
1
R in Windows
Has anyone tried to create dialog boxes for Windows in R so that one
doesn't have to type in so much information but rather enter it in a
menu-based format. If not, does anyone plan on doing this in the future
if it's possible?
Thanks.
George (Kelley)
George A. Kelley, DA, FACSM
Professor & Director, Meta-Analytic Research Group
School of Medicine
Department of Community Medicine