From 3bc66be0f8c4edcffe8dd1d3d08f6e7ff8fbc28c Mon Sep 17 00:00:00 2001 From: hadley Date: Mon, 27 Jun 2016 10:47:56 -0500 Subject: [PATCH] Update readme for CRAN release --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd8149c93..7b56b3cc3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # dtplyr [![Travis-CI Build Status](https://travis-ci.org/hadley/dtplyr.svg?branch=master)](https://travis-ci.org/hadley/dtplyr) +[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/dtplyr)](https://cran.r-project.org/package=dtplyr) [![Coverage Status](https://img.shields.io/codecov/c/github/hadley/dtplyr/master.svg)](https://codecov.io/github/hadley/dtplyr?branch=master) dtplyr is the data.table backend for dplyr. It provides S3 methods for data.table objects so that dplyr works the way you expect. @@ -11,7 +12,13 @@ dtplyr was extracted out of dplyr so it could evolve independently (i.e. more ra ## Installation -You can install from Github with: +You can install from CRAN with: + +```R +install.packages("dtplyr") +``` + +Or try the development version from GitHub with: ```R # install.packages("devtools")