Skip to content

Commit

Permalink
Doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ironholds committed Apr 8, 2016
1 parent 3fa4c7e commit ef01949
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
^.*\.Rproj$
^\.Rproj\.user$
.travis.yml
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Package: janeaustenr
Title: An R Package for Jane Austen's Complete Novels
Version: 0.0.1.9000
Date: 2016-04-08
Authors@R: person("Julia", "Silge", email = "[email protected]", role = c("aut", "cre"))
Description: Full texts for Jane Austen's 6 completed novels, ready for text
analysis. These novels are "Sense and Sensibility", "Pride and Prejudice",
Expand All @@ -10,3 +11,4 @@ Depends:
License: GPL-3
LazyData: true
RoxygenNote: 5.0.1
Encoding: UTF-8
10 changes: 9 additions & 1 deletion R/novels.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#' An R Package for Jane Austen's Complete Novels
#' This package contains the complete text of Jane Austen's novels,
#' formatted to be convenient for text analysis.
#' @docType package
#' @name janeaustenr
#' @aliases janeaustenr janeaustenr-package
NULL

#' The text of Jane Austen's novel "Sense and Sensibility"
#'
#' A dataset containing the text of Jane Austen's 1811 novel "Sense and
Expand Down Expand Up @@ -58,4 +66,4 @@
#'
#' @source \url{http://www.gutenberg.org/ebooks/105}
#' @format A character vector with 7210 elements
"persuasion"
"persuasion"
2 changes: 1 addition & 1 deletion man/emma.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions man/janeaustenr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/mansfieldpark.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/northangerabbey.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/persuasion.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/prideprejudice.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/sensesensibility.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef01949

Please sign in to comment.