-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.22 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
Package: linguisticsdown
Title: Easy Linguistics Document Writing with R Markdown
Version: 1.2.0
Authors@R:
person(given = "Yongfu",
family = "Liao",
email = "liao961120@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-1814-2993"))
Description: Provides 'Shiny gadgets' to search, type, and insert IPA symbols
into documents or scripts, requiring only knowledge about phonetics or
'X-SAMPA'. Also provides functions to facilitate the rendering of IPA
symbols in 'LaTeX' and PDF format, making IPA symbols properly rendered
in all output formats. A minimal R Markdown template for authoring
Linguistics related documents is also bundled with the package. Some
helper functions to facilitate authoring with R Markdown is also provided.
URL: https://liao961120.github.io/linguisticsdown/, https://github.com/liao961120/linguisticsdown
BugReports: https://github.com/liao961120/linguisticsdown/issues
Depends: R (>= 3.4.0)
License: MIT + file LICENCE
Encoding: UTF-8
LazyData: true
Imports: stringr,
shiny,
magrittr,
miniUI,
knitr,
rstudioapi,
DT
RoxygenNote: 6.1.1
Suggests: pkgdown,
rmarkdown,
testthat,
tidyr