You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.2 KiB

Package: hrbragg
Type: Package
3 years ago
Title: Typography-centric Themes, Theme Components, and Utilities
for 'ggplot2' and 'ragg'.
3 years ago
Version: 0.2.0
Date: 2021-02-16
Authors@R: c(
3 years ago
person(
given = "Bob",
family = "Rudis",
email = "bob@rud.is",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-5670-2640")
)
)
Maintainer: Bob Rudis <bob@rud.is>
3 years ago
Description: The 'ragg', 'systemfonts', and 'textshaping' packages make it
possible to create plot components and themes that make full use of
the rich typography features in modern fonts. Fonts, themes, and utilities
are provided to create 'ggplot2' plots intended for rendering on 'ragg'
graphics devices.
URL: https://git.rud.is/hrbrmstr/hrbragg
BugReports: https://git.rud.is/hrbrmstr/hrbragg/issues
Encoding: UTF-8
3 years ago
Copyright: file inst/COPYRIGHTS
License: MIT + file LICENSE
Suggests:
covr, tinytest
Depends:
3 years ago
R (>= 3.6.0)
Imports:
3 years ago
ragg (>= 0.4.1),
systemfonts (>= 1.0.1),
3 years ago
textshaping (>= 0.3.0),
ggplot2 (>= 3.3.2),
grid (>= 4.0.4),
grDevices,
scales (>= 1.1.1),
tools,
ggtext (>= 0.1.0),
rstudioapi,
magrittr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1