-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathDESCRIPTION
More file actions
54 lines (54 loc) · 1.71 KB
/
Copy pathDESCRIPTION
File metadata and controls
54 lines (54 loc) · 1.71 KB
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
Type: Package
Package: systemfonts
Title: System Native Font Finding
Version: 1.3.2.9000
Authors@R: c(
person("Thomas Lin", "Pedersen", , "thomas.pedersen@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5147-4711")),
person("Jeroen", "Ooms", , "jeroen@berkeley.edu", role = "aut",
comment = c(ORCID = "0000-0002-4035-0289")),
person("Devon", "Govett", role = "aut",
comment = "Author of font-manager"),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49"))
)
Description: Provides system native access to the font catalogue. As font
handling varies between systems it is difficult to correctly locate
installed fonts across different operating systems. The 'systemfonts'
package provides bindings to the native libraries on Windows, macOS
and Linux for finding font files that can then be used further by e.g.
graphic devices. The main use is intended to be from compiled code but
'systemfonts' also provides access from R.
License: MIT + file LICENSE
URL: https://github.com/r-lib/systemfonts, https://systemfonts.r-lib.org
BugReports: https://github.com/r-lib/systemfonts/issues
Depends:
R (>= 3.2.0)
Imports:
base64enc,
grid,
jsonlite,
lifecycle,
tools,
utils
Suggests:
covr,
farver,
ggplot2,
graphics,
knitr,
ragg,
rmarkdown,
svglite,
testthat (>= 2.1.0)
LinkingTo:
cpp11 (>= 0.2.1)
VignetteBuilder:
knitr
Config/build/compilation-database: true
Config/Needs/website: tidyverse/tidytemplate
Config/usethis/last-upkeep: 2025-04-23
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: fontconfig, freetype2