Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeboybert committed Jan 8, 2017
1 parent caddf7b commit e3fc313
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Example usage:
```{r, eval = FALSE}
library(fivethirtyeight)
data(package = "fivethirtyeight")
# Bechdel data set:
data(bechdel)
head(bechdel)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Example usage:
``` r
library(fivethirtyeight)
data(package = "fivethirtyeight")

# Bechdel data set:
data(bechdel)
head(bechdel)
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## Summary


## Test environments

* local OS X install, R 3.3.2
* ubuntu 12.04 (on travis-ci), R 3.3.1
* win-builder (release)

## R CMD check results

There were no ERRORs or WARNINGs.

## Comments

* Initial release
* New submission

0 comments on commit e3fc313

Please sign in to comment.