-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.21 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
Package: textshaping
Title: Bindings to the 'HarfBuzz' and 'Fribidi' Libraries for Text Shaping
Version: 0.4.1.9000
Authors@R: c(
person("Thomas Lin", "Pedersen", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-5147-4711")),
person("Posit, PBC", role = c("cph", "fnd"))
)
Description: Provides access to the text shaping functionality in the
'HarfBuzz' library and the bidirectional algorithm in the 'Fribidi'
library. 'textshaping' is a low-level utility package mainly for
graphic devices that expands upon the font tool-set provided by the
'systemfonts' package.
License: MIT + file LICENSE
URL: https://github.com/r-lib/textshaping
BugReports: https://github.com/r-lib/textshaping/issues
Depends:
R (>= 3.2.0)
Imports:
lifecycle,
stats,
stringi,
systemfonts (>= 1.1.0),
utils
Suggests:
covr,
grDevices,
grid,
knitr,
rmarkdown,
testthat (>= 3.0.0)
LinkingTo:
cpp11 (>= 0.2.1),
systemfonts (>= 1.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: freetype2, harfbuzz, fribidi
Config/build/compilation-database: true
Config/testthat/edition: 3