-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 2.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: generalconference
Type: Package
Title: General Conference text corpus and web scrapers
Version: 0.3.2
Authors@R: c(
person("Bryan", "Whiting", email="seekgospelanalysis@gmail.com", role=c("aut", "cre", "cph"),
comment = c(URL = "<https://www.bryanwhiting.com>")),
person("Gospel Analysis", role = c("fnd"), comment = c(URL = <https://www.gospelanalysis.com>"))
)
Maintainer: Bryan Whiting <seekgospelanalysis@gmail.com>
URL: https://bryanwhiting.github.io/generalconference/, https://github.com/bryanwhiting/generalconference
BugReports: https://github.com/bryanwhiting/generalconference/issues
Description: "General conference is the worldwide gathering of The Church of
Jesus Christ of Latter-day Saints. Twice a year, during the first weekend of
April and the first weekend of October, Church leaders from around the world
share messages or sermons focused on the living Christ and His gospel.
Viewers learn how to find peace, hope, and joy in Jesus Christ;
how to strengthen families by following Jesus’s teachings; and how to
receive personal guidance and inspiration from God."
[General Conference](https://www.churchofjesuschrist.org/learn/general-conference)
This package is _not_ affiliated with or maintained by The Church of Jesus
Christ of Latter-day Saints. Any opinions or views expressed in this
package and its development reflect those of the authors.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
knitr (>= 1.33),
rmarkdown (>= 2.10),
testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports:
dplyr (>= 1.0.7),
furrr (>= 0.2.3),
glue (>= 1.4.2),
purrr (>= 0.3.4),
stringr (>= 1.4.0),
readr (>= 2.0.0),
rvest (>= 1.0.1),
tictoc (>= 1.0.1),
tidyr (>= 1.1.3),
xml2 (>= 1.3.2)
Depends:
dplyr (>= 1.0.7),
furrr (>= 0.2.3),
glue (>= 1.4.2),
purrr (>= 0.3.4),
stringr (>= 1.4.0),
readr (>= 2.0.0),
rvest (>= 1.0.1),
tictoc (>= 1.0.1),
tidyr (>= 1.1.3),
xml2 (>= 1.3.2),
R (>= 4.1.1)
Config/testthat/edition: 3
RoxygenNote: 7.1.1