Get Started. It's Free
or sign up with your email address
Week 4 by Mind Map: Week 4

1. Caching computation

1.1. cacher package

1.2. Evaluates result and stores result in key-value database

1.3. Changes in code are tracked via SHA-1 hash

1.4. Can be built for distribution

1.5. library(cacher) clonecache(id = "...") runcode() checkcode() loadcache()