-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
69 lines (69 loc) · 2.11 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
57
58
59
60
61
62
63
64
65
66
67
68
69
Package: texor
Type: Package
Title: Converting 'LaTeX' 'R Journal' Articles into 'RJ-web-articles'
Version: 1.5.3
Authors@R:
c(person(given = "Abhishek",
family = "Ulayil",
email = "[email protected]",
role = c("aut", "cre","cph"),
comment = c(ORCID = "0009-0000-6935-8690")),
person(given = "Heather",
family = "Turner",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-1256-3375")),
person(given = "Christophe",
family = "Dervieux",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4474-2498")),
person(given = "Mitchell",
family = "O'Hara-Wild",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6729-7695")),
person(given = "Dianne",
family = "Cook",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-3813-7155")),
person(given = "Yinxiang",
family = "Huang",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0009-0007-2031-7901")))
Description: Articles in the 'R Journal' were first authored in 'LaTeX', which performs
admirably for 'PDF' files but is less than ideal for modern online interfaces.
The 'texor' package does all the transitional chores and conversions necessary
to move to the online versions.
License: MIT + file LICENSE
URL: https://github.com/Abhi-1U/texor
BugReports: https://github.com/Abhi-1U/texor/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
rmarkdown,
pdftools,
tools,
tinytex,
yaml,
stringr,
xfun,
logger,
rjtools,
rebib,
cli,
whisker,
desc
Suggests:
bookdown,
knitr,
spelling,
rstudioapi,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-US
SystemRequirements: pandoc (>= 3.1) - https://pandoc.org