What useful R package doesn't currently exist?

Viewed 1880

I have been working on a few R packages for some general tools that aren't currently available in R: blogging, report delivery, logging, and scheduling. This led me to wonder: what are the most important things that people wish existed in R that currently aren't available?

My hope is that we can use this to pinpoint some gaps, and possibly work on them collaboratively.

12 Answers

as a programmer and writer of libraries for colleagues, I was definitely missing a logging package, I googled and asked around, here too, then wrote one myself. it is on r-forge, here, and it s called "logging" :)

I use it and I'm obviously still developing it.

Related