From 2008066a02558ec36bddd9f3deb7d81469684a48 Mon Sep 17 00:00:00 2001 From: juliasilge Date: Fri, 15 Apr 2016 09:32:59 -0600 Subject: [PATCH] Get ready for release --- DESCRIPTION | 2 ++ README.md | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/DESCRIPTION b/DESCRIPTION index f385bbb..4dea43b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,6 +6,8 @@ Authors@R: person("Julia", "Silge", email = "julia.silge@gmail.com", 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 diff --git a/README.md b/README.md index d23a77a..973a911 100644 --- a/README.md +++ b/README.md @@ -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")