Re: [R] dead code removal

2011-07-19 Thread Alex Bird
Grand merci! Will try! Kind regards, Alex 2011/7/19 Paul Hiemstra : > e you __ 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 commen

Re: [R] dead code removal

2011-07-19 Thread Paul Hiemstra
On 07/19/2011 09:57 AM, Juan Carlos Borrás wrote: > Ideally you'd have the next two items available: > - tests that ensure that your code carries out what it should and as it > should. > - a coverage analysis tool that reports what parts of your code have > been and have not been executed by your

Re: [R] dead code removal

2011-07-19 Thread Juan Carlos Borrás
Ideally you'd have the next two items available: - tests that ensure that your code carries out what it should and as it should. - a coverage analysis tool that reports what parts of your code have been and have not been executed by your tests above. Neither of those are mandatory though, but they

[R] dead code removal

2011-07-18 Thread Alex Bird
Hi there, I have some unused code in my project but have no idea how to clean it up in some kind of automatic way. Maybe there are some tools/ways to identify and remove/mark dead parts of the code? Thanks in advance! Kind regards, Alex __ R-help@