-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
33 lines (33 loc) · 1.13 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
Package: string2path
Title: Rendering Font into 'data.frame'
Version: 0.1.8.9000
Authors@R:
c(person(given = "Hiroaki",
family = "Yutani",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3385-7233")),
person(given = "The authors of the dependency Rust crates",
role = c("ctb"),
comment = "see inst/AUTHORS file for details"))
Description: Extract glyph information from font data, and translate the
outline curves to flattened paths or tessellated polygons. The converted
data is returned as a 'data.frame' in easy-to-plot format.
License: MIT + file LICENSE
Depends:
R (>= 4.2)
Imports:
tibble,
cli
Suggests:
testthat (>= 3.0.0),
vdiffr
URL: https://yutannihilation.github.io/string2path/, https://github.com/yutannihilation/string2path
BugReports: https://github.com/yutannihilation/string2path/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Cargo (Rust's package manager), rustc
Biarch: true
Config/testthat/edition: 3
Config/string2path/MSRV: 1.65.0