Skip to content

Commit

Permalink
Add example, update CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Apr 9, 2016
1 parent f998a8e commit 0c81cf6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions R/austen_books.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
#' @name austen_books
#'
#' @import dplyr
#'
#' @examples
#'
#' library(dplyr)
#'
#' austen_books() %>% group_by(book) %>%
#' summarise(total_lines = n())
#'
#' @export

Expand Down
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ This is the first attempted CRAN release of janeaustenr, and my first submission

## R CMD check results

0 errors | 0 warnings | 0 notes
0 errors | 0 warnings | 1 note

* On Win-builder, there was a message about possibly invalid URLs for the Project Gutenberg URLs in the .Rd files because Project Gutenberg blocks automated traffic
* On Win-builder, there was a message about possibly mis-spelled words in DESCRIPTION (Austen's at 2:30 and 6:34, Northanger at 8:32) but these are the correct spellings
* There was a note about possibly invalid URLs for the Project Gutenberg URLs in the .Rd files because Project Gutenberg blocks automated traffic, and about possibly mis-spelled words in DESCRIPTION (Austen's at 2:30 and 6:34, Northanger at 8:32) but these are the correct spellings.
8 changes: 8 additions & 0 deletions man/austen_books.Rd

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

0 comments on commit 0c81cf6

Please sign in to comment.