compiler for R running bioconductor
1
0
Entering edit mode
@ruppert-valentino-1376
Last seen 9.7 years ago
Hello, Does anyone know of a decent compiler for R either public domain or commercial that one can use to trace values in a program. I can use cat and trace ..etc but it would be nice to have a visual indicator like in Borland or Microsoft compilers. Most of us write long and complicated programs in R and sometimes tracing through them helps to show the semantic errors so if anyone know of a decent compiler for R it would be great. Thanks _________________________________________________________________ [[alternative HTML version deleted]]
• 1.2k views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
On Tue, Sep 9, 2008 at 5:06 PM, Ruppert Valentino <ruppert7 at="" hotmail.com=""> wrote: > > Hello, > > Does anyone know of a decent compiler for R either public domain or commercial that one can use to trace values in a program. I can use cat and trace ..etc but it would be nice to have a visual indicator like in Borland or Microsoft compilers. > > Most of us write long and complicated programs in R and sometimes tracing through them helps to show the semantic errors so if anyone know of a decent compiler for R it would be great. > See here: http://www.stats.uwo.ca/faculty/murdoch/software/debuggingR/ R is interpreted, so I'm not sure what you mean by "compiler". If you mean Development Environment, I don't have a good answer for you. Sean
ADD COMMENT
0
Entering edit mode
Hello Sean, I was asking if there are good Integrated Development Environment for R, or even possibly a native compiler that can compile R code into executable. As in Java, it is interepreted language but there are few native compilers for it and there are many good IDE. Are there similar things for R? if so where can I find them? Many Thanks. Ruppert > Date: Tue, 9 Sep 2008 17:33:43 -0400 > From: sdavis2 at mail.nih.gov > To: ruppert7 at hotmail.com > Subject: Re: [BioC] compiler for R running bioconductor > CC: bioconductor at stat.math.ethz.ch > > On Tue, Sep 9, 2008 at 5:06 PM, Ruppert Valentino wrote: >> >> Hello, >> >> Does anyone know of a decent compiler for R either public domain or commercial that one can use to trace values in a program. I can use cat and trace ..etc but it would be nice to have a visual indicator like in Borland or Microsoft compilers. >> >> Most of us write long and complicated programs in R and sometimes tracing through them helps to show the semantic errors so if anyone know of a decent compiler for R it would be great. >> > > See here: > > http://www.stats.uwo.ca/faculty/murdoch/software/debuggingR/ > > R is interpreted, so I'm not sure what you mean by "compiler". If you > mean Development Environment, I don't have a good answer for you. > > Sean _________________________________________________________________ Win New York holidays with Kellogg?s & Live Search
ADD REPLY
0
Entering edit mode
Hi, I have used tinn-R (http://www.sciviews.org/Tinn-R/) but that's mainly an editor, not much debugging. But have a look. Cheers Steen -----Original Message----- From: bioconductor-bounces@stat.math.ethz.ch [mailto:bioconductor- bounces@stat.math.ethz.ch] On Behalf Of Ruppert Valentino Sent: 10. september 2008 12:04 To: BioC Subject: Re: [BioC] compiler for R running bioconductor Hello Sean, I was asking if there are good Integrated Development Environment for R, or even possibly a native compiler that can compile R code into executable. As in Java, it is interepreted language but there are few native compilers for it and there are many good IDE. Are there similar things for R? if so where can I find them? Many Thanks. Ruppert > Date: Tue, 9 Sep 2008 17:33:43 -0400 > From: sdavis2 at mail.nih.gov > To: ruppert7 at hotmail.com > Subject: Re: [BioC] compiler for R running bioconductor > CC: bioconductor at stat.math.ethz.ch > > On Tue, Sep 9, 2008 at 5:06 PM, Ruppert Valentino wrote: >> >> Hello, >> >> Does anyone know of a decent compiler for R either public domain or commercial that one can use to trace values in a program. I can use cat and trace ..etc but it would be nice to have a visual indicator like in Borland or Microsoft compilers. >> >> Most of us write long and complicated programs in R and sometimes tracing through them helps to show the semantic errors so if anyone know of a decent compiler for R it would be great. >> > > See here: > > http://www.stats.uwo.ca/faculty/murdoch/software/debuggingR/ > > R is interpreted, so I'm not sure what you mean by "compiler". If you > mean Development Environment, I don't have a good answer for you. > > Sean _________________________________________________________________ Win New York holidays with Kellogg's & Live Search _______________________________________________ Bioconductor mailing list Bioconductor at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/bioconductor Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD REPLY
0
Entering edit mode
The only development environment for R that I'm aware of is Eclipse/StatET. See here for more details http://www.walware.de/goto/statet Regards Richard Sean Davis wrote: > On Tue, Sep 9, 2008 at 5:06 PM, Ruppert Valentino <ruppert7 at="" hotmail.com=""> wrote: >> Hello, >> >> Does anyone know of a decent compiler for R either public domain or commercial that one can use to trace values in a program. I can use cat and trace ..etc but it would be nice to have a visual indicator like in Borland or Microsoft compilers. >> >> Most of us write long and complicated programs in R and sometimes tracing through them helps to show the semantic errors so if anyone know of a decent compiler for R it would be great. >> > > See here: > > http://www.stats.uwo.ca/faculty/murdoch/software/debuggingR/ > > R is interpreted, so I'm not sure what you mean by "compiler". If you > mean Development Environment, I don't have a good answer for you. > > Sean > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor > -- Richard D. Pearson richard.pearson at postgrad.manchester.ac.uk School of Computer Science, http://www.cs.man.ac.uk/~pearsonr University of Manchester, Tel: +44 161 275 6178 Oxford Road, Mob: +44 7971 221181 Manchester M13 9PL, UK. Fax: +44 161 275 6204
ADD REPLY
0
Entering edit mode
I don't know of any IDE for R that contains a debugger, but I do use the StatET plugin for Eclipse. It is mainly an editor for R, much like Tinn-R, but I find it useful because it has an svn plugin that allows me to see the Bioconductor repositories in a tree structure (like Windows Explorer) and monitor development activity. What was Insightful Corporation and is now part of TIBCO produced a debugger within Eclipse for R's cousin S-PLUS, so for you developers out there it is possible to integrate the the R engine into IDE's like Eclipse to provide step debugging capabilities, "watch" variable evaluation, and code profiling activities. Patrick Richard Pearson wrote: > The only development environment for R that I'm aware of is > Eclipse/StatET. See here for more details > > http://www.walware.de/goto/statet > > Regards > > Richard > > Sean Davis wrote: >> On Tue, Sep 9, 2008 at 5:06 PM, Ruppert Valentino >> <ruppert7 at="" hotmail.com=""> wrote: >>> Hello, >>> >>> Does anyone know of a decent compiler for R either public domain or >>> commercial that one can use to trace values in a program. I can use >>> cat and trace ..etc but it would be nice to have a visual indicator >>> like in Borland or Microsoft compilers. >>> >>> Most of us write long and complicated programs in R and sometimes >>> tracing through them helps to show the semantic errors so if anyone >>> know of a decent compiler for R it would be great. >>> >> >> See here: >> >> http://www.stats.uwo.ca/faculty/murdoch/software/debuggingR/ >> >> R is interpreted, so I'm not sure what you mean by "compiler". If you >> mean Development Environment, I don't have a good answer for you. >> >> Sean >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at stat.math.ethz.ch >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: >> http://news.gmane.org/gmane.science.biology.informatics.conductor >> >
ADD REPLY

Login before adding your answer.

Traffic: 469 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6