delta-rho / RHIPE

R and Hadoop Integrated Programming Environment
58 stars 28 forks source link

Update RHIPE function documentation #20

Closed hafen closed 9 years ago

hafen commented 9 years ago

@XiaosuTong, @wscpurdue: The RHIPE function documentation has some flaws. For example, the very first example one sees for rhwatch() calls for mapred=mapred but mapred has not been defined. Not a good way to be introduced to rhwatch().

https://github.com/tesseradata/RHIPE/blob/master/src/main/R/rhwatch.R#L230

In general, it would be good to go through all the examples and make sure they are working and up-to-date.

XiaosuTong commented 9 years ago

@hafen, @wscpurdue: Yeah, that is right. I will be on this thread.

hafen commented 9 years ago

@XiaosuTong thanks!

XiaosuTong commented 9 years ago

@hafen I have gone through all functions documation, and updated all examples and some discriptions. This thread can be closed

Xiaosu