forked from yonicd/texPreview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.06 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
Package: texPreview
Type: Package
Title: Compile and Preview Snippets of 'LaTeX' in 'RStudio'
Version: 1.3.0
Date: 2018-11-09
Authors@R: c(
person(given = 'Jonathan',family = 'Sidi',email = 'yonis@metrumrg.com',role = c('aut','cre')),
person(given = 'Daniel',family = 'Polhamus',email = 'danp@metrumrg.com',role = c('aut'))
)
Maintainer: Jonathan Sidi <yonis@metrumrg.com>
Description: Compile and preview snippets of 'LaTeX'. Can be used directly from the R console, from 'RStudio',
in Shiny apps and R Markdown documents. Must have 'pdflatex' or 'xelatex' or 'lualatex' in 'PATH'.
Depends:
R (>= 3.3.0)
Imports:
rstudioapi,magick,svgPanZoom,utils,xml2, htmltools, base64enc, whisker, rematch2
Suggests:
magrittr,
xtable,
shiny,
rmarkdown,
knitr,
testthat,
covr,
slickR
License: GPL-2 | GPL-3
URL: https://github.com/metrumresearchgroup/texPreview
BugReports: https://github.com/metrumresearchgroup/texPreview/issues
LazyData: false
NeedsCompilation: no
RoxygenNote: 6.1.0
VignetteBuilder: knitr