I'm wondering if there are some tips for refactoring in R. I found the following website, which is still preliminary. Is there any program that can help me do refactoring in R? http://www.r-developer.org/projects/show/refactoring
refactoring in R
6 messages · milton ruser, Peng Yu, Tobias Verbeke
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091113/65bebbe2/attachment-0001.pl>
I found the examples of how to change the code for each refactoring activity. Are there tools that can help automate this process?
On Fri, Nov 13, 2009 at 9:16 PM, milton ruser <milton.ruser at gmail.com> wrote:
Hi Peng, If that information is preliminary, so I guess you have a more clear problem and may be you are able to state a minimally reproducible code/example with what you really need. Bests milton On Fri, Nov 13, 2009 at 9:30 PM, Peng Yu <pengyu.ut at gmail.com> wrote:
I'm wondering if there are some tips for refactoring in R. I found the following website, which is still preliminary. Is there any program that can help me do refactoring in R? http://www.r-developer.org/projects/show/refactoring
______________________________________________ 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.
Hi Peng, Some of the refactoring methods I identified back then were integrated into Eclipse/StatET in the mean time. StatET by the way contains some extensions that were not in the original proposal on that website. For the announcement of the latest release, see http://lists.r-forge.r-project.org/pipermail/statet-user/2009-September/000208.html It is advisable to use it with the rJava version referenced in the announcement (as rJava 0.8.* had some non-backwards-compatible API changes). A new StatET version (a.o. adapted to rJava 0.8.x) is likely to be released on short notice. If you want to keep up to date, there is a dedicated mailing list at https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/statet-user HTH, Tobias P.S. The refactoring methods are available under the Source menu, and there is one [simple rename] made available as a QuickFix (Ctrl+1).
Peng Yu wrote:
I found the examples of how to change the code for each refactoring activity. Are there tools that can help automate this process? On Fri, Nov 13, 2009 at 9:16 PM, milton ruser <milton.ruser at gmail.com> wrote:
Hi Peng, If that information is preliminary, so I guess you have a more clear problem and may be you are able to state a minimally reproducible code/example with what you really need. Bests milton On Fri, Nov 13, 2009 at 9:30 PM, Peng Yu <pengyu.ut at gmail.com> wrote:
I'm wondering if there are some tips for refactoring in R. I found the following website, which is still preliminary. Is there any program that can help me do refactoring in R? http://www.r-developer.org/projects/show/refactoring
______________________________________________ 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.
______________________________________________ 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.
I'm wondering which eclipse I shall download to use with StatET. Would you please let me know? http://www.eclipse.org/downloads/ On Sat, Nov 14, 2009 at 5:46 AM, Tobias Verbeke
<tobias.verbeke at openanalytics.be> wrote:
Hi Peng, Some of the refactoring methods I identified back then were integrated into Eclipse/StatET in the mean time. StatET by the way contains some extensions that were not in the original proposal on that website. For the announcement of the latest release, see http://lists.r-forge.r-project.org/pipermail/statet-user/2009-September/000208.html It is advisable to use it with the rJava version referenced in the announcement (as rJava 0.8.* had some non-backwards-compatible API changes). A new StatET version (a.o. adapted to rJava 0.8.x) is likely to be released on short notice. If you want to keep up to date, there is a dedicated mailing list at https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/statet-user HTH, Tobias P.S. The refactoring methods are available under the Source menu, and there is one [simple rename] made available as a QuickFix (Ctrl+1). Peng Yu wrote:
I found the examples of how to change the code for each refactoring activity. Are there tools that can help automate this process? On Fri, Nov 13, 2009 at 9:16 PM, milton ruser <milton.ruser at gmail.com> wrote:
Hi Peng, If that information is preliminary, so I guess you have a more clear problem and may be you are able to state a minimally reproducible code/example with what you really need. Bests milton On Fri, Nov 13, 2009 at 9:30 PM, Peng Yu <pengyu.ut at gmail.com> wrote:
I'm wondering if there are some tips for refactoring in R. I found the following website, which is still preliminary. Is there any program that can help me do refactoring in R? http://www.r-developer.org/projects/show/refactoring
______________________________________________ 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.
______________________________________________ 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.
Hi Peng,
I'm wondering which eclipse I shall download to use with StatET. Would you please let me know? http://www.eclipse.org/downloads/
This depends on your needs other than R programming. As you can see, there are Eclipse Packages targeted at C/C++ developers, PHP developers, Java EE developers etc. Whatever Eclipse Package you choose, Eclipse is a highly modular (component-based) platform and you can install (or remove) any plug-ins you want after installation. The StatET plug-ins will be the first additional ones you want to install. http://www.walware.de/it/statet/installation.mframe For general use, I would just take Eclipse Classic. HTH, Tobias
On Sat, Nov 14, 2009 at 5:46 AM, Tobias Verbeke <tobias.verbeke at openanalytics.be> wrote:
Hi Peng, Some of the refactoring methods I identified back then were integrated into Eclipse/StatET in the mean time. StatET by the way contains some extensions that were not in the original proposal on that website. For the announcement of the latest release, see http://lists.r-forge.r-project.org/pipermail/statet-user/2009-September/000208.html It is advisable to use it with the rJava version referenced in the announcement (as rJava 0.8.* had some non-backwards-compatible API changes). A new StatET version (a.o. adapted to rJava 0.8.x) is likely to be released on short notice. If you want to keep up to date, there is a dedicated mailing list at https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/statet-user HTH, Tobias P.S. The refactoring methods are available under the Source menu, and there is one [simple rename] made available as a QuickFix (Ctrl+1). Peng Yu wrote:
I found the examples of how to change the code for each refactoring activity. Are there tools that can help automate this process? On Fri, Nov 13, 2009 at 9:16 PM, milton ruser <milton.ruser at gmail.com> wrote:
Hi Peng, If that information is preliminary, so I guess you have a more clear problem and may be you are able to state a minimally reproducible code/example with what you really need. Bests milton On Fri, Nov 13, 2009 at 9:30 PM, Peng Yu <pengyu.ut at gmail.com> wrote:
I'm wondering if there are some tips for refactoring in R. I found the following website, which is still preliminary. Is there any program that can help me do refactoring in R? http://www.r-developer.org/projects/show/refactoring
______________________________________________ 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.
______________________________________________ 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.
______________________________________________ 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.