Skip to content

Commit

Permalink
Update readme and notes for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 17, 2014
1 parent fb43ab2 commit cc7eb62
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,19 @@ dplyr is the next iteration of plyr, focussed on tools for working with data fra
* Use the same interface to work with data no matter where it's stored, whether
in a data frame, a data table or database.

`dplyr` is not yet available on CRAN, but you can install it from github with:
You can install:

```R
devtools::install_github("dplyr")
```
* the latest released version from CRAN with

```R
install.packages("dplyr")
````

* the latest development version from github with

```R
devtools::install_github("dplyr")
```

To get started, read the notes below, then read the intro vignette: `vignette("introduction", package = "dplyr")`. To make the most of dplyr, I also recommend that you familiarise yourself with the principles of [tidy data](http://vita.had.co.nz/papers/tidy-data.html): this will help you get your data into a form that works well with dplyr, ggplot2 and R's many modelling functions.
Expand Down
6 changes: 0 additions & 6 deletions rcmd-notes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,3 @@ The following notes were generated across my local OS X install, ubuntu running

I don't think there's anything I can do about the size of the libs
directory.

* checking Rd line widths ... NOTE

This is a long URL. I don't know of a way to shorten it in Rd.
I could use a url shortener, but then that makes it less clear where
you are going.

0 comments on commit cc7eb62

Please sign in to comment.