From 920ceb14baea3e19c9c1d05d4ceda62ad2d3197c Mon Sep 17 00:00:00 2001 From: bzkrouse Date: Fri, 31 Aug 2018 09:35:26 -0400 Subject: [PATCH] update version --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index abd4d01..abefaad 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# datadigest 1.0.1 +# datadigest 1.0.2 Initial release for datadigest, an R interface for Rho's [web-codebook](https://github.com/RhoInc/web-codebook) JavaScript library. The r version of the codebook has been built using the [htmlwidgets](htmlwidgets.org) framework and consists of two key functions: ```codebook()``` and ```explorer()```. ```codebook()``` delivers an interactive interface for a single data frame while ```explorer()``` extends this functionality, allowing the user to navigate through multiple data frames.