Software
Here are some links to some software I’ve written or contributed to:
- weaver: Speed up Sweave document processing by caching code chunks
- dict: Dictionary data structure for R programming. Similar to the built-in environment objects in R, the Dict class provides a hashtable data structure with reference semantics that you can use to store key/value pairs. Unlike environment objects, you can create subclasses of Dict objects. Four different hashing algorithms are available, and new algorithms can be easily added to the package. The dict package can be used to evaluate hash function performance and choose the best algorithm for a specific problem domain.