New Package: partools
[This article was first published on Mad (Data) Scientist, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
I mentioned last week that I would be putting together a package, based in part on my posts on Snowdoop. I’ve now done so, in a package partools., with the name alluding to the fact that they are intended for use with the cluster-based part of R’s parallel package. The main ingredients are:
- Various code snippets to faciltate parallel coding.
- A debugging tool for parallel coding.
- The Snowdoop functions I posted earlier.
Still in primitive form, can stand some fleshing out, but please give it a try. I’ll be submitting to CRAN soon.
To leave a comment for the author, please follow the link and comment on their blog: Mad (Data) Scientist.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.