Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Update README.Rmd to make the hex show on a Twitter card.
  • Loading branch information
elinw committed Apr 10, 2019
2 parents 03dd1b7 + 29010e1 commit c7ea700
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ output:
md_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
# skimr <img src="man/figures/logo.png" align="right" height="139" />
# skimr <a href='https://ropensci.github.io/skimr'><img src='https://ropensci.github.io/skimr/reference/figures/logo.png' align="right" height="139" /></a>
```{r set-options, echo=FALSE, message=FALSE}
library(pander)
library(knitr)
Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->
skimr <img src="man/figures/logo.png" align="right" height="139" />
===================================================================
skimr <a href='https://ropensci.github.io/skimr'><img src='https://ropensci.github.io/skimr/reference/figures/logo.png' align="right" height="139" /></a>
=========================================================================================================================================================

[![Build
Status](https://travis-ci.org/ropensci/skimr.svg?branch=master)](https://travis-ci.org/ropensci/skimr)
Expand Down Expand Up @@ -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.

Expand All @@ -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:
Expand Down

0 comments on commit c7ea700

Please sign in to comment.