This document discusses improving the accessibility and functionality of RDataTracker, a tool for tracking data provenance in R. It proposes using R Markdown and caching to help organize data derivation graphs (DDGs) and speed up repeated execution of compute-intensive scripts. R Markdown allows simple creation of formatted output from R scripts and can automatically organize DDG nodes. Caching stores intermediate values to avoid reprocessing, and caching at the command level in chunks allows accurate tracking of dependencies for determining when re-execution is needed. These techniques enhance both the accessibility and functionality of RDataTracker.