forked from LogosBible/SBLGNT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1 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
Package: logos
Title: Access to the Hebrew, Greek, and English Version of the Bible
Version: 0.1.0
Authors@R:
person("JP", "Monteagudo",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0003-6465-6658"))
Maintainer: JP Monteagudo <[email protected]>
Description: Access to the Greek New Testament (27 books) and the Old Testament (39 books) and allow users to do textual analysis on the data. The New and Old Testament have been provided in their original languages, Greek and Hebrew, respectively. Additionally, the Revised American Standard Bible is also provided for users who'd rather use a word–for–word modern English translation.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/jpmonteagudo28/logos
BugReports: https://github.com/jpmonteagudo28/logos/issues
LazyData: true
Depends:
R (>= 4.1)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
dplyr