Dear Listers, Is there any good paper about how to use R together with VB? Thank you so much! -- WenSui Liu (http://statcompute.blogspot.com) Senior Decision Support Analyst Cincinnati Children Hospital Medical Center [[alternative HTML version deleted]]
I belive R, which is platform independent, does not work with any platform specific software or languages, like Visual Basic. Can you write your code by passing information through input/output files (CSV & HML might be good formats)? Jarek Tuszynski SAIC -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] Sent: Tuesday, September 13, 2005 7:28 AM To: r-help at stat.math.ethz.ch Subject: [R] VB and R Dear Listers, Is there any good paper about how to use R together with VB? Thank you so much! -- WenSui Liu (http://statcompute.blogspot.com) Senior Decision Support Analyst Cincinnati Children Hospital Medical Center [[alternative HTML version deleted]] ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
On 9/13/05, Wensui Liu <liuwensui at gmail.com> wrote:> Dear Listers, > > Is there any good paper about how to use R together with VB?I assume you are looking to write a VB GUI with an R backend. You might want to look at the R GUIs page and its mailing list to see what other people are doing in that area.>From the R home page click on Related Projects in the left paneand then click on R GUIs.
Hello, You can look at SciViews-R (http://www.sciviews.org/Sciviews-R). It is written in VB6. source code is available. Best, Philippe Grosjean ..............................................<??}))><........ ) ) ) ) ) ( ( ( ( ( Prof. Philippe Grosjean ) ) ) ) ) ( ( ( ( ( Numerical Ecology of Aquatic Systems ) ) ) ) ) Mons-Hainaut University, Pentagone (3D08) ( ( ( ( ( Academie Universitaire Wallonie-Bruxelles ) ) ) ) ) 8, av du Champ de Mars, 7000 Mons, Belgium ( ( ( ( ( ) ) ) ) ) phone: + 32.65.37.34.97, fax: + 32.65.37.30.54 ( ( ( ( ( email: Philippe.Grosjean at umh.ac.be ) ) ) ) ) ( ( ( ( ( web: http://www.umh.ac.be/~econum ) ) ) ) ) http://www.sciviews.org ( ( ( ( ( .............................................................. Gabor Grothendieck wrote:> On 9/13/05, Wensui Liu <liuwensui at gmail.com> wrote: > >>Dear Listers, >> >>Is there any good paper about how to use R together with VB? > > > I assume you are looking to write a VB GUI with an R backend. > You might want to look at the R GUIs page and its mailing list to > see what other people are doing in that area. > >>From the R home page click on Related Projects in the left pane > and then click on R GUIs. > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > >