-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
31 lines (31 loc) · 996 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
25
26
27
28
29
30
31
Package: mathpix
Title: Support for the 'Mathpix' API (Image to 'LaTeX')
Version: 0.6.0
Authors@R: person("Jonathan", "Carroll",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1404-5264"))
Maintainer: Jonathan Carroll <[email protected]>
Description: Given an image of a formula (typeset or handwritten) this package
provides calls to the 'Mathpix' service to produce the 'LaTeX' code which should
generate that image, and pastes it into a (e.g. an 'rmarkdown') document.
See <https://docs.mathpix.com/> for full details. 'Mathpix' is an external service
and use of the API is subject to their terms and conditions.
Depends:
R (>= 3.3.0)
License: GPL (>=3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/jonocarroll/mathpix
BugReports: https://github.com/jonocarroll/mathpix/issues
Suggests:
testthat,
covr
RoxygenNote: 7.2.1
Imports:
purrr,
base64enc,
httr,
rstudioapi,
magick,
utils