Skip to content

Commit

Permalink
Get ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Apr 15, 2016
1 parent 58c4492 commit 2008066
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Authors@R: person("Julia", "Silge", email = "[email protected]", role = c("a
Description: Full texts for Jane Austen's 6 completed novels, ready for text
analysis. These novels are "Sense and Sensibility", "Pride and Prejudice",
"Mansfield Park", "Emma", "Northanger Abbey", and "Persuasion".
URL: https://github.com/juliasilge/janeaustenr
BugReports: https://github.com/juliasilge/janeaustenr/issues
Depends: R (>= 3.1.2)
Imports: dplyr
License: MIT + file LICENSE
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ There is also a function `austen_books()` that returns a tidy data frame of all

To install the package type the following:

```
install.packages("janeaustenr")
library(janeaustenr)
```

Or you can install the development version from Github:

```
library(devtools)
install_github("juliasilge/janeaustenr")
Expand Down

0 comments on commit 2008066

Please sign in to comment.