I am really new with R Graphical user interfacefunctions. I am developing a software package to calculate pKa (biochemistry) but I want to make it look aesthetically pleasing and make it user friendly. I have heard that R has some GUI (Graphical user interface) and you can do some really cool stuff out there. What are the limitations and what are some resources for help. I have found a couple of sources but I was wondering someone with more experience in the subject can guide me. Thanks! -- View this message in context: http://n4.nabble.com/R-GUI-tp1837662p1837662.html Sent from the R help mailing list archive at Nabble.com.
I have toyed with 'traitr' recently... It is not fancy, but relatively easy to figure out. -k On Mon, Apr 12, 2010 at 4:00 PM, Amitoj S. Chopra <amitojc at gmail.com> wrote:> > I am really new with R Graphical user interfacefunctions. I am developing a > software package to calculate pKa (biochemistry) but I want to make it look > aesthetically pleasing and make it user friendly. I have heard that R has > some GUI (Graphical user interface) and you can do some really cool stuff > out there. What are the limitations and what are some resources for help. I > have found a couple of sources but I was wondering someone with more > experience in the subject can guide me. Thanks! > -- > View this message in context: http://n4.nabble.com/R-GUI-tp1837662p1837662.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
Dne Po 12. dubna 2010 22:00:21 Amitoj S. Chopra napsal(a):> I am really new with R Graphical user interfacefunctions. I am developing a > software package to calculate pKa (biochemistry) but I want to make it look > aesthetically pleasing and make it user friendly. I have heard that R has > some GUI (Graphical user interface) and you can do some really cool stuff > out there. What are the limitations and what are some resources for help. I > have found a couple of sources but I was wondering someone with more > experience in the subject can guide me. Thanks!Hello, especially if You are Linux / Unix user, You can use Rkward GUI (http://rkward.sourceforge.net/). It is written using KDE libraries (http://www.kde.org/) using Nokia Qt (http://qt.nokia.com/) - it is powerful multiplatform developer tool. Tons of programs are written in it. Although I'm not developer, I'd recommend it. Another way is to write it in Java (I do not like the language), which is very popular and nice looking language :-) or in scripting languages lake Python (excellent tool) or Perl, which are usable on all platforms and have a lot of supporting libraries and functions. I hope it helps little bit. :-) Best regards, Vojt?ch Zeisek -- Vojt?ch Zeisek Komunita openSUSE GNU/Linuxu / Community of the openSUSE GNU/Linux http://www.opensuse.org/ http://web.natur.cuni.cz/~zeisek/ ------------- dal?? ??st --------------- A non-text attachment was scrubbed... Name: [??dn? popis nen? k dispozici] Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100412/d4d847d7/attachment.bin>
Hi I like gWidgets, you can choose different api, like rgtk2, tcltk....easy to use in R, looks pretty(at least for me), try the examples in the website first, the link below is the answers with tutorial links, you can also check gWidgets vignette. https://stat.ethz.ch/pipermail/r-sig-gui/2008-August/000831.html Regards Tengfei On Mon, Apr 12, 2010 at 3:00 PM, Amitoj S. Chopra <amitojc@gmail.com> wrote:> > I am really new with R Graphical user interfacefunctions. I am developing a > software package to calculate pKa (biochemistry) but I want to make it look > aesthetically pleasing and make it user friendly. I have heard that R has > some GUI (Graphical user interface) and you can do some really cool stuff > out there. What are the limitations and what are some resources for help. I > have found a couple of sources but I was wondering someone with more > experience in the subject can guide me. Thanks! > -- > View this message in context: > http://n4.nabble.com/R-GUI-tp1837662p1837662.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 Homepage: www.tengfei.name English Blog: www.tengfei.name/en Chinese Blog: www.tengfei.name/ch [[alternative HTML version deleted]]
Hey do you know a good guide for traitr to learn from? Is this okay? Ive been trying it but it is difficult for me to learn. Thanks. Amitoj http://cran.r-project.org/web/packages/traitr/vignettes/traitr.pdf -- View this message in context: http://r.789695.n4.nabble.com/R-GUI-tp1837662p2068626.html Sent from the R help mailing list archive at Nabble.com.