-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
24 lines (24 loc) · 1001 Bytes
/
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: lingglosses
Type: Package
Title: Interlinear Glossed Linguistic Examples and Abbreviation Lists Generation
Version: 0.0.9
Depends: R (>= 3.5.0)
Authors@R: person("George", "Moroz",
role = c("aut", "cre"),
email = "agricolamz@gmail.com",
comment = c(ORCID="0000-0003-1990-6083"))
Maintainer: George Moroz <agricolamz@gmail.com>
Description: Helps to render interlinear glossed linguistic examples in html
'rmarkdown' documents and then semi-automatically compiles the list of
glosses at the end of the document. It also provides a database of linguistic
glosses.
Language: en-US
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://CRAN.R-project.org/package=phonfieldwork, https://agricolamz.github.io/lingglosses/
BugReports: https://github.com/agricolamz/lingglosses/issues
Imports: gt, knitr, rmarkdown, utils, htmltools, methods
RoxygenNote: 7.3.2.9000
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3