From 57da290094d7cb84255fd624d5ff6d2aef0e651f Mon Sep 17 00:00:00 2001 From: nsheff Date: Thu, 3 Aug 2017 13:47:30 -0400 Subject: [PATCH] update description --- DESCRIPTION | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 407ea71..2e4dc25 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,12 @@ Package: simpleCache Version: 0.2.0 Date: 2017-03-20 -Title: A Simple Package for Caching R Objects -Description: An R package for caching results. +Title: Simply caching R objects +Description: Provides intuitive functions for caching R objects, encouraging + reproducible, restartable, and distributed R analysis. Author: c(person("Nagraj", "VP", email = "vpnagraj@virginia.edu", role = - c("aut")), person("Sheffield", "Nathan", email = "nathan@code.databio.org", role = - c("aut", "cre"))) + c("aut")), person("Sheffield", "Nathan", email = "nathan@code.databio.org", + role = c("aut", "cre"))) Maintainer: Nathan Sheffield Imports: data.table