-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 757 Bytes
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: janeaustenr
Title: Jane Austen's Complete Novels
Version: 1.0.0.9000
Authors@R:
person("Julia", "Silge", , "julia.silge@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3671-836X"))
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".
License: MIT + file LICENSE
URL: https://github.com/juliasilge/janeaustenr
BugReports: https://github.com/juliasilge/janeaustenr/issues
Depends:
R (>= 3.5)
Suggests:
dplyr,
testthat
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1