From 255807b06512099a43793c914a5b2441b8688a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Thu, 4 Apr 2019 17:43:56 +0200 Subject: [PATCH 1/3] Update README.Rmd --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index d84f21fe..18f4f5dc 100644 --- a/README.Rmd +++ b/README.Rmd @@ -3,7 +3,7 @@ output: md_document --- -# skimr +# skimr ```{r set-options, echo=FALSE, message=FALSE} library(pander) library(knitr) From 7130457330348b71bae2899b387fc8da52181c82 Mon Sep 17 00:00:00 2001 From: elinw Date: Mon, 8 Apr 2019 20:07:01 -0400 Subject: [PATCH 2/3] Add full url to image. --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index 18f4f5dc..dba7df6f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -3,7 +3,7 @@ output: md_document --- -# skimr +# skimr ```{r set-options, echo=FALSE, message=FALSE} library(pander) library(knitr) From 29010e10970770774ee7916e6f73574d694711c6 Mon Sep 17 00:00:00 2001 From: Elin Waring Date: Mon, 8 Apr 2019 21:47:36 -0400 Subject: [PATCH 3/3] Update readme.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1ccb8cb0..ca243379 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -skimr -=================================================================== +skimr +========================================================================================================================================================= [![Build Status](https://travis-ci.org/ropensci/skimr.svg?branch=master)](https://travis-ci.org/ropensci/skimr) @@ -36,7 +36,11 @@ still subject to change if an issue is discovered. To install the version with the most recent changes that have not yet been incorporated in the master branch (and may not be): - devtools::install_github("ropenscilabs/skimr", ref = "develop") + devtools::install_github("ropensci/skimr", ref = "develop") + +or for version 2 + + devtools::install_github("ropensci/skimr", ref = "v-2") Do not rely on APIs from the develop branch. @@ -55,9 +59,9 @@ Skim statistics in the console - reports each data type separately. - handles dates, logicals, and a variety of other types - supports spark-bar and spark-line based on [the pillar - package](https://github.com/hadley/pillar). -- allows users to customize the statistics included by data type and - to implement skimming for additional classes. + package](https://github.com/r-lib/pillar). allows users to customize + the statistics included by data type and to implement skimming for + additional classes. - works with many Tidyverse features. ### Separates variables by class: